rubickCenter/rubick

utools开源插件修改package.json安装后报错

Open

#459 opened on Aug 13, 2025

View on GitHub
 (4 comments) (0 reactions) (0 assignees)HTML (568 forks)batch import
help wanted

Repository metrics

Stars
 (5,026 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

请各位大佬帮忙看看这是哪里有问题

package.json文件: { "name": "CURL", "pluginName": "CURL", "description": "CURL工具,快速替换本地域名并请求,方便debug解决问题", "main": "index.html", "preload": "preload.js", "logo": "https://www.img/demo.png", "version": "0.0.2", "homePage": "https://gitee.com/rubick-center/rubick-ui-plugin-demo/raw/master/README.md", "pluginType": "ui", "features": [ { "code": "curl_local_request", "explain": "快速替换本地域名并请求,方便debug解决问题", "cmds": [ { "type": "regex", "match": "/^(https?://|curl)/i", "label": "curl", "maxLength": 10000 } ] }, { "code": "curl", "explain": "快速替换本地域名并请求,方便debug解决问题", "cmds": [ "curl" ] } ] }

Contributor guide