Skip to content

Commit

Permalink
version: 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
10037268 committed Aug 14, 2024
1 parent b826f10 commit ccf7f84
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "utools-curl",
"version": "0.1.0",
"version": "1.9.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --port 9090",
Expand Down
12 changes: 11 additions & 1 deletion utools/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@
"maxLength": 10000
}
]
},
{
"code": "curl",
"explain": "快速替换本地域名并请求,方便debug解决问题",
"cmds": [
"curl"
]
}
]
],
"pluginSetting": {
"single": true
}
}

0 comments on commit ccf7f84

Please sign in to comment.