为Cli Proxy API主程序兼容做准备
This commit is contained in:
Supra4E8C
2025-10-01 16:06:12 +08:00
committed by GitHub
parent 04f21eea98
commit 80b2597611
7 changed files with 416 additions and 2528 deletions

View File

@@ -6,9 +6,7 @@
"scripts": {
"start": "npx serve .",
"dev": "npx serve . --port 3000",
"prebuild": "node build-scripts/prepare-html.js",
"build": "webpack --config webpack.config.js",
"postbuild": "rm -f index.build.html",
"build": "node build.js",
"lint": "echo '使用浏览器开发者工具检查代码'"
},
"keywords": [
@@ -20,14 +18,7 @@
"author": "CLI Proxy API WebUI",
"license": "MIT",
"devDependencies": {
"css-loader": "^6.8.1",
"html-inline-script-webpack-plugin": "^3.2.1",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.4",
"serve": "^14.2.1",
"style-loader": "^3.3.3",
"webpack": "^5.102.0",
"webpack-cli": "^5.1.4"
"serve": "^14.2.1"
},
"engines": {
"node": ">=14.0.0"
@@ -35,5 +26,6 @@
"repository": {
"type": "git",
"url": "local"
}
},
"dependencies": {}
}