rm: 删除测试脚本,请专用 WebUI

This commit is contained in:
foxhui
2025-12-23 03:49:26 +08:00
Unverified
parent d75c84f4c5
commit 7321aef3e8
2 changed files with 4 additions and 1 deletions
+4
View File
@@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 初始化脚本不再依赖配置文件,支持交互式和参数传入式配置代理
- 优化 WebUI 文案和日志排列
### ❌ Removed
- **删除测试脚本**
- 现在有 WebUI 测试了,已经无需 test 脚本了
## [3.3.1] - 2025-12-21
### ✨ Added
-1
View File
@@ -7,7 +7,6 @@
"type": "module",
"scripts": {
"start": "node supervisor.js",
"test": "node scripts/test.js",
"genkey": "node scripts/genkey.js",
"init": "node scripts/init.js",
"postinstall": "node scripts/postinstall.js"