da-style 0.1.4 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +1 -17
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -218,23 +218,7 @@ node_modules/da-style/skills/da-style/
218
218
  └── tokens.md # 设计令牌完整列表
219
219
  ```
220
220
 
221
- ### 方式一:通过 skills add 从 npm 安装(推荐)
222
-
223
- ```bash
224
- npx skills add da-style
225
- ```
226
-
227
- 直接从 npm 包安装 Skill(前提是包根目录下存在 `skills/` 目录且包含有效 Skill)。
228
-
229
- ### 方式二:随包扫描安装
230
-
231
- ```bash
232
- npx library-skills
233
- ```
234
-
235
- 此命令会自动扫描 `node_modules/*/skills/` 下所有合法的 Skill。注意:pnpm 用户可能需要使用方式一或方式三,因为 pnpm 的目录结构与此扫描路径不兼容。
236
-
237
- ### 方式三:手动复制
221
+ ### 手动复制安装
238
222
 
239
223
  将 `node_modules/da-style/skills/da-style` 整个文件夹复制到当前项目的 AI 代理配置目录:
240
224
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "da-style",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "赛博朋克风格 Vue3 组件库",
5
5
  "type": "module",
6
6
  "private": false,