From 36c1a1200bdc019932f37c8ff9dd621a4f2a3944 Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Sun, 29 Dec 2024 12:14:04 +0800 Subject: [PATCH] =?UTF-8?q?feat(configs):=20=E4=B8=BA=E9=81=93=E5=85=B7=20?= =?UTF-8?q?id=20=E4=B8=BA=201129=20=E6=B7=BB=E5=8A=A0=E6=89=B9=E9=87=8F?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 StdItems.json 文件中,为道具 id 为 1129 的物品添加了 "openUi" 属性 - 新增的 "openUi" 属性配置为 {"type":1,"view":"app.BagBatchUseWin"} - 此修改允许该道具在批量使用时打开指定的 UI 界面 --- configs/StdItems.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/StdItems.json b/configs/StdItems.json index 0dcae14..9ff8d5b 100644 --- a/configs/StdItems.json +++ b/configs/StdItems.json @@ -61275,7 +61275,8 @@ "shape": 0, "existScenes": [ -1 - ] + ], + "openUi": {"type":1,"view":"app.BagBatchUseWin"} }, "1130": { "dup": 0,