mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-16 16:14:17 +08:00
重构代码结构、数据传递方式,方便数据存取
This commit is contained in:
@@ -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",
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user