yuangs 1.3.8 → 1.3.9

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.
Files changed (2) hide show
  1. package/README.md +5 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -66,9 +66,6 @@ Pong 游戏: https://wealth.want.biz/pages/pong.html
66
66
  * **新增** `help` 命令显示当前版本号:方便用户了解工具版本。
67
67
  * **优化** AI 请求加载动画:在请求过程中显示加载动画和已耗时秒数,并在请求结束后显示总耗时。
68
68
 
69
- ## 维护者
70
-
71
- @yuanguangshan
72
69
 
73
70
 
74
71
  ## 自动发布(CI/CD)
@@ -80,4 +77,8 @@ Pong 游戏: https://wealth.want.biz/pages/pong.html
80
77
  - 自动生成对应的 Git tag(如 `v1.1.6`)并推送回仓库;
81
78
  - 自动运行 `npm publish --provenance` 发布到 npm。
82
79
 
83
- 这样日常开发只需要专注写代码和推送到 `main`,发布和版本管理都由 CI 自动完成。
80
+ 这样日常开发只需要专注写代码和推送到 `main`,发布和版本管理都由 CI 自动完成。
81
+
82
+ ## 维护者
83
+
84
+ @yuanguangshan
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yuangs",
3
- "version": "1.3.8",
3
+ "version": "1.3.9",
4
4
  "description": "苑广山的个人应用集合 CLI(彩色版)",
5
5
  "main": "index.js",
6
6
  "bin": {