feat(兼容): 配表使用后台隐藏物品

This commit is contained in:
luying
2022-11-09 18:01:02 +08:00
parent 5d0873630a
commit 53d4af4e09
54 changed files with 768 additions and 102 deletions

View File

@@ -908,5 +908,19 @@
"name": "保存pvp赛季",
"module": "sys",
"type": "update"
},
{
"id": 131,
"api": "gm.gmServerHandler.initHiddenData",
"name": "初始隐藏数据",
"module": "sys",
"type": "update"
},
{
"id": 132,
"api": "gm.gmServerHandler.saveHiddenData",
"name": "更新隐藏数据",
"module": "sys",
"type": "update"
}
]