From 36a95e8399093b20d2704ac3759303a31f6fd309 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 21 Jan 2025 14:08:30 +0800 Subject: [PATCH] =?UTF-8?q?feat(configs):=20=E4=B8=BA=E8=BF=94=E5=88=A9?= =?UTF-8?q?=E5=8D=A1=E6=B7=BB=E5=8A=A0=E6=89=93=E5=BC=80=20UI=20=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 StdItems.json 文件中,为 30元、50元、100元、200元、300元 和 500元 返利卡添加了 openUi 字段 - 设置 openUi 类型为 1,视图为 app.BagBatchUseWin,以指定使用批量使用窗口 --- configs/StdItems.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configs/StdItems.json b/configs/StdItems.json index a844698..c2f438c 100644 --- a/configs/StdItems.json +++ b/configs/StdItems.json @@ -43411,6 +43411,7 @@ "id": 1245, "itemlvl": 3, "name": "30元返利卡", + "openUi": { "type": 1, "view": "app.BagBatchUseWin" }, "packageType": 2, "recordLog": 1, "recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }], @@ -43441,6 +43442,7 @@ "id": 1246, "itemlvl": 3, "name": "50元返利卡", + "openUi": { "type": 1, "view": "app.BagBatchUseWin" }, "packageType": 2, "recordLog": 1, "recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }], @@ -43471,6 +43473,7 @@ "id": 1247, "itemlvl": 3, "name": "100元返利卡", + "openUi": { "type": 1, "view": "app.BagBatchUseWin" }, "packageType": 2, "recordLog": 1, "recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }], @@ -43501,6 +43504,7 @@ "id": 1248, "itemlvl": 3, "name": "200元返利卡", + "openUi": { "type": 1, "view": "app.BagBatchUseWin" }, "packageType": 2, "recordLog": 1, "recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }], @@ -43531,6 +43535,7 @@ "id": 1249, "itemlvl": 3, "name": "300元返利卡", + "openUi": { "type": 1, "view": "app.BagBatchUseWin" }, "packageType": 2, "recordLog": 1, "recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }], @@ -43561,6 +43566,7 @@ "id": 1250, "itemlvl": 3, "name": "500元返利卡", + "openUi": { "type": 1, "view": "app.BagBatchUseWin" }, "packageType": 2, "recordLog": 1, "recoverView": [{ "count": 200, "id": 2, "rate": 100, "type": 2 }],