guava-ui 0.3.3 → 0.3.5

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
@@ -2,13 +2,14 @@
2
2
 
3
3
  `guava-ui` guava 前端工程(vue3)历史版本记录
4
4
  Author: <andy.ten@tom.com> & <xukaixing@hotmail.com>
5
- API Url:<http://211.149.174.199:8888/vpapi/>
5
+ Docs API:<http://www.ccexpert.top:8888/guava/>
6
6
 
7
7
  ## Preorder
8
8
 
9
- 1. 安装全局`nodejs` 请使用`v20.18.0`及以上版本,建议使用`nvm`管理 nodejs 多个版本
9
+ 1. 安装全局`nodejs` 请使用`v24.14.0`及以上版本,建议使用`nvm`管理 nodejs 多个版本
10
10
  2. 建议使用`pnpm`管理 npm 依赖
11
- 3. 前端开发 ide 建议使用`vscode:latest`, 必要的插件列表:
11
+ 3. 全局安装:npm install -g pnpm eslint sass
12
+ 4. 前端开发 ide 建议使用`vscode:latest`, 必要的插件列表:
12
13
  - `Vite` : vue3 打包工具,开发环境使用vite运行
13
14
  - `Vue - Official` : vscode的vue3支持工具
14
15
  - `Prettier` : 代码格式化工具,无 lint 检查代码语法能力
@@ -17,6 +18,13 @@
17
18
 
18
19
  ## Version - last >= 3
19
20
 
21
+ > v0.3.5: 2026.06.10
22
+ >> 升级node版本为v24.18.0
23
+ >> 升级pnpm版本为v11.9.0
24
+
25
+ > v0.3.4: 2026.06.09
26
+ >> 优化Form / Table id与name生成规则
27
+
20
28
  > v0.3.3: 2026.06.09
21
29
  >> 优化style
22
30
  >> 优化lib后css压缩