skill-base 2.0.10 → 2.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -87,6 +87,10 @@ npx skill-base --base-path /skills/ # 部署在子路径下 (例如: /skills/)
|
|
|
87
87
|
| `--host` | `-h` | 指定监听地址 | 0.0.0.0 |
|
|
88
88
|
| `--data-dir` | `-d` | 指定数据目录 | 包内 data/ |
|
|
89
89
|
| `--base-path` | - | 指定部署前缀 | / |
|
|
90
|
+
| `--no-cappy` | - | 禁用 Cappy 水豚吉祥物 | 启用 |
|
|
91
|
+
| `--verbose` | `-v` | 启用调试日志 | 禁用 |
|
|
92
|
+
| `--help` | - | 显示帮助信息 | - |
|
|
93
|
+
| `--version` | - | 显示版本号 | - |
|
|
90
94
|
|
|
91
95
|
> 🔐 **首次运行须知**:系统启动后,首次访问 Web 端将自动跳转至**初始化页面**,请根据提示设置系统管理员账号与密码。
|
|
92
96
|
|
package/package.json
CHANGED