@tronsfey/ucli-server 0.5.0 → 0.6.1

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
@@ -397,6 +397,10 @@ A built-in web UI is served at `/admin-ui` when the package is installed. It pro
397
397
  The dashboard is auto-served from the `dist/admin-ui/` directory bundled with the npm package.
398
398
  No extra configuration is required — just start the server and open `http://localhost:3000/admin-ui`.
399
399
 
400
+ The UI supports **English and Simplified Chinese** (toggle in sidebar) and **light / dark theme** (toggle in sidebar).
401
+
402
+ For full screenshots and feature details, see [`packages/admin/README.md`](../../packages/admin/README.md).
403
+
400
404
  You can also point it at an existing dist directory:
401
405
 
402
406
  ```bash
package/README.zh.md CHANGED
@@ -378,6 +378,10 @@ OTEL_ENABLED=false ADMIN_SECRET=my-secret ENCRYPTION_KEY=<64位hex> ucli-server
378
378
 
379
379
  管理界面自动从 npm 包内附带的 `dist/admin-ui/` 目录提供服务,无需额外配置,启动服务后打开 `http://localhost:3000/admin-ui` 即可访问。
380
380
 
381
+ 界面支持**英文和简体中文**切换(侧栏切换按钮)及**浅色 / 深色主题**切换(侧栏切换按钮)。
382
+
383
+ 完整截图和功能说明,请查看 [`packages/admin/README.md`](../../packages/admin/README.md)。
384
+
381
385
  也可以通过环境变量指定自定义目录:
382
386
 
383
387
  ```bash