Skip to content

Commit ee59dc9

Browse files
Hu QingHu Qing
authored andcommitted
fix:修改名称
1 parent 860dcfa commit ee59dc9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

bizyui/js/image_upload.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ function initializeDynamicInputs(node) {
8080

8181
// 检查是否已经存在 "Update inputs" 按钮,避免重复添加
8282
let updateButton = node.widgets?.find(
83-
(w) => w.name === "Update inputs"
83+
(w) => w.name === "Update inputs(支持多图点我)"
8484
);
8585

8686
if (!updateButton) {
8787
// 然后添加 "Update inputs" 按钮(会在 inputcount 之后显示)
88-
updateButton = node.addWidget("button", "Update inputs", null, () => {
88+
updateButton = node.addWidget("button", "Update inputs(支持多图点我))", null, () => {
8989
if (!node.inputs) {
9090
node.inputs = [];
9191
}

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.15
1+
1.3.16

0 commit comments

Comments
 (0)