@qilitt-mickey/vue3-temp-skill 1.0.9 → 1.0.11

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 +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -75,8 +75,6 @@ AI 接收到请求后会自动完成:
75
75
 
76
76
  ### 安装到指定 AI 工具
77
77
 
78
- 包已发布在 **npmjs.org**,直接安装即可,**无需** GitHub Token / 额外 registry 配置。
79
-
80
78
  ```bash
81
79
  # 通过 npx(推荐,自动使用最新版本)
82
80
  npx @qilitt-mickey/vue3-temp-skill@latest install cursor # Cursor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qilitt-mickey/vue3-temp-skill",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "description": "Vue 3 企业级中后台项目开发规范技能包 — 让 AI 编程助手按照团队规范生成代码,并自动审查代码质量",
5
5
  "bin": {
6
6
  "vue3-temp-skill": "./bin/cli.js"