@snowdreamtech/unirtm-darwin-x64 0.24.0 → 0.25.0

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
@@ -95,7 +95,7 @@ $ go version
95
95
  go version go1.22.x macos/arm64
96
96
  ```
97
97
 
98
- See [dev tools](https://snowdreamtech.github.io/UniRTM/dev-tools/) for more examples.
98
+ See [dev tools](https://snowdreamtech.github.io/UniRTM/dev-tools/overview.html) for more examples.
99
99
 
100
100
  ### Manage environment variables
101
101
 
@@ -111,7 +111,7 @@ $ echo $SOME_VAR
111
111
  bar
112
112
  ```
113
113
 
114
- Note that `UniRTM` can also [load `.env` files](https://snowdreamtech.github.io/UniRTM/environments/#env-directives).
114
+ Note that `UniRTM` can also [load `.env` files](https://snowdreamtech.github.io/UniRTM/environments/overview.html#env-directives).
115
115
 
116
116
  ### Run tasks
117
117
 
@@ -127,7 +127,7 @@ $ unirtm run build
127
127
  building...
128
128
  ```
129
129
 
130
- See [tasks](https://snowdreamtech.github.io/UniRTM/tasks/) for more information.
130
+ See [tasks](https://snowdreamtech.github.io/UniRTM/tasks/overview.html) for more information.
131
131
 
132
132
  ### Example UniRTM project
133
133
 
package/README_zh-CN.md CHANGED
@@ -95,7 +95,7 @@ $ go version
95
95
  go version go1.22.x macos/arm64
96
96
  ```
97
97
 
98
- 查看 [开发工具指南](https://snowdreamtech.github.io/UniRTM/zh/dev-tools/) 获取更多示例。
98
+ 查看 [开发工具指南](https://snowdreamtech.github.io/UniRTM/zh/dev-tools/overview.html) 获取更多示例。
99
99
 
100
100
  ### 管理环境变量
101
101
 
@@ -111,7 +111,7 @@ $ echo $SOME_VAR
111
111
  bar
112
112
  ```
113
113
 
114
- 此外,`UniRTM` 同样可以自动读取本地的 [`.env` 文件](https://snowdreamtech.github.io/UniRTM/zh/environments/#env-directives)。
114
+ 此外,`UniRTM` 同样可以自动读取本地的 [`.env` 文件](https://snowdreamtech.github.io/UniRTM/zh/environments/overview.html#env-directives)。
115
115
 
116
116
  ### 运行任务
117
117
 
@@ -127,7 +127,7 @@ $ unirtm run build
127
127
  building...
128
128
  ```
129
129
 
130
- 查看 [任务系统指南](https://snowdreamtech.github.io/UniRTM/zh/tasks/) 获取更多高级用法。
130
+ 查看 [任务系统指南](https://snowdreamtech.github.io/UniRTM/zh/tasks/overview.html) 获取更多高级用法。
131
131
 
132
132
  ### UniRTM 综合实战配置
133
133
 
package/bin/unirtm CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snowdreamtech/unirtm-darwin-x64",
3
- "version": "0.24.0",
3
+ "version": "0.25.0",
4
4
  "description": "unirtm binary for macOS Intel (x64)",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/snowdreamtech/unirtm",