重构代码结构、数据传递方式,方便数据存取

This commit is contained in:
fofolee
2025-01-05 00:22:53 +08:00
parent dcaa00823b
commit 827c702e50
42 changed files with 2713 additions and 2143 deletions

View File

@@ -10,8 +10,7 @@ export const networkCommands = {
{
key: "url",
label: "要访问的网址链接",
type: "input",
defaultValue: "",
type: "varInput",
icon: "language",
},
],
@@ -23,8 +22,7 @@ export const networkCommands = {
{
key: "url",
label: "要访问的网址链接",
type: "input",
defaultValue: "",
type: "varInput",
icon: "public",
},
],