From 17c7b693ca6e07a4eaf5f97129e7fa5c1ca6100f Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 14 Aug 2024 11:23:36 +0800 Subject: [PATCH] 1 --- doc/Other.py | 3 ++- webapp/services/ServerSwitch.php | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Other.py b/doc/Other.py index 15d653f6..58cc2abc 100644 --- a/doc/Other.py +++ b/doc/Other.py @@ -100,7 +100,8 @@ class Other(object): ['goldSyn',0,'金币合成'], ['heroPieceSyn',0,'英雄碎片合成'], ['chipPieceSyn',0,'芯片碎片合成'], - ], '开关信息'], + ['shop',0,'商店'], + ], '开关信息(如果没有则默认为未开启)'], ] }, ] diff --git a/webapp/services/ServerSwitch.php b/webapp/services/ServerSwitch.php index 356ab934..478e8ff9 100644 --- a/webapp/services/ServerSwitch.php +++ b/webapp/services/ServerSwitch.php @@ -1,6 +1,7 @@