From 1ae42400d597bf6e27c1cd2ed79f2c3487cb351d Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 26 Dec 2024 16:21:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(config):=20=E4=BF=AE=E5=A4=8D=E5=BC=80?= =?UTF-8?q?=E6=9C=8D=E6=B4=BB=E5=8A=A8=E7=AA=97=E5=8F=A3=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 OpenServerTreasureWin3 视图更改为 OpenServerTreasureWin 视图 - 移除了不必要的 type 和 title 参数 --- configs/FunExhibitionConfig.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/configs/FunExhibitionConfig.json b/configs/FunExhibitionConfig.json index f07e98e..321c995 100644 --- a/configs/FunExhibitionConfig.json +++ b/configs/FunExhibitionConfig.json @@ -319,7 +319,7 @@ } }, "31": { - "view": "app.OpenServerTreasureWin3", + "view": "app.OpenServerTreasureWin", "id": 31, "funName": "王者抽奖", "isOpenNeed": { @@ -329,9 +329,7 @@ "param": { "id": [ 10421 - ], - "type": 1, - "title": "biaoti_cangjingge" + ] } } } \ No newline at end of file