Skip to content

Commit a2dadea

Browse files
authored
改为默认选择三方 (#186) (#187)
1 parent c6b4411 commit a2dadea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bizyui/js/image_upload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function initializeDynamicInputs(node) {
133133
applyBadgeToNode(node, true);
134134
};
135135
} else {
136-
node.addWidget("combo", "mode", "official", () => {
136+
node.addWidget("combo", "mode", "third-party", () => {
137137
applyBadgeToNode(node, true);
138138
}, {
139139
values: ["official", "third-party"],

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.97
1+
1.2.98

0 commit comments

Comments
 (0)