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 @@