@weapp-vite/dashboard 6.11.4 → 6.11.6

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
@@ -1,8 +1,8 @@
1
1
  # @weapp-vite/dashboard
2
2
 
3
- `@weapp-vite/dashboard` 是 `weapp-vite analyze` 的可选仪表盘包。
3
+ `@weapp-vite/dashboard` 是 `weapp-vite` 调试 UI 的可选前端包。
4
4
 
5
- 它负责承载分包分析的前端可视化界面,本身不直接参与小程序构建;只有当用户显式安装这个包后,`weapp-vite analyze`、`weapp-vite build --analyze`、`weapp-vite dev --analyze` 才会自动发现并启动仪表盘。
5
+ 它负责承载 `weapp-vite --ui` 的前端可视化界面,本身不直接参与小程序构建;只有当用户显式安装这个包后,`weapp-vite analyze`、`weapp-vite build --ui`、`weapp-vite dev --ui` 才会自动发现并启动页面。
6
6
 
7
7
  未安装时,`weapp-vite` 会:
8
8
 
@@ -41,6 +41,10 @@ weapp-vite analyze
41
41
  或在构建/开发时启用分析:
42
42
 
43
43
  ```bash
44
+ weapp-vite build --ui
45
+ weapp-vite dev --ui
46
+
47
+ # 兼容旧参数
44
48
  weapp-vite build --analyze
45
49
  weapp-vite dev --analyze
46
50
  ```