@ranger1/dx 0.1.25 → 0.1.26

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.
@@ -11,17 +11,7 @@ agent: build
11
11
  **无论当前是否安装,必须执行:**
12
12
 
13
13
  ```bash
14
- pnpm i -g @ranger1/dx
15
- ```
16
-
17
- ---
18
-
19
- ## Step 0.1: 强制执行 dx initial(同步 OpenCode 模板)
20
-
21
- **安装完成后,必须执行一次(可重复执行):**
22
-
23
- ```bash
24
- dx initial
14
+ pnpm add -g @ranger1/dx@latest && dx initial
25
15
  ```
26
16
 
27
17
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ranger1/dx",
3
- "version": "0.1.25",
3
+ "version": "0.1.26",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "repository": {