From e96e25689f276f5019c844e44de374321df68abc Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Tue, 31 Dec 2024 19:51:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(configs):=20=E4=B8=BA=E7=89=B9=E5=AE=9A?= =?UTF-8?q?=E7=89=A9=E5=93=81=E6=B7=BB=E5=8A=A0=E6=89=B9=E9=87=8F=E4=BD=BF?= =?UTF-8?q?=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 924 添加了 openUi 字段 - 此字段配置了批量使用窗口的视图和类型 - 此修改将允许玩家在背包中对该物品进行批量使用操作 --- configs/StdItems.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configs/StdItems.json b/configs/StdItems.json index e67bb95..e619a24 100644 --- a/configs/StdItems.json +++ b/configs/StdItems.json @@ -52083,7 +52083,11 @@ "shape": 0, "existScenes": [ -1 - ] + ], + "openUi": { + "view": "app.BagBatchUseWin", + "type": 1 + } }, "925": { "dup": 999,