@snowdreamtech/unirtm-windows-x64 0.0.8 → 0.0.10

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
@@ -91,7 +91,7 @@ graph TD
91
91
  | Parameter | Purpose | Location |
92
92
  | :------------- | :---------------------------------------------------------------- | :---------------------- |
93
93
  | `PROJECT_NAME` | Project identity | `init-project.sh` |
94
- | `GITHUB_PROXY` | Network optimization (See [Proxy Usage](#-proxy-usage-scenarios)) | `scripts/lib/common.sh` |
94
+ | `GITHUB_PROXY` | Network optimization (See [Proxy Usage](#-proxy-usage-scenarios)) | `.unirtm.toml` |
95
95
  | `VERSION` | Semantic versioning | `package.json` |
96
96
 
97
97
  ### File Structure
package/README_zh-CN.md CHANGED
@@ -92,7 +92,7 @@ graph TD
92
92
  | 参数 | 用途 | 位置 |
93
93
  | :------------- | :----------------------------------------- | :---------------------- |
94
94
  | `PROJECT_NAME` | 项目身份 | `init-project.sh` |
95
- | `GITHUB_PROXY` | 网络优化 (见 [代理使用场](#-代理使用场景)) | `scripts/lib/common.sh` |
95
+ | `GITHUB_PROXY` | 网络优化 (见 [代理使用场](#-代理使用场景)) | `.unirtm.toml` |
96
96
  | `VERSION` | 语义化版本 | `package.json` |
97
97
 
98
98
  ### 目录结构
package/bin/unirtm.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snowdreamtech/unirtm-windows-x64",
3
- "version": "0.0.8",
3
+ "version": "0.0.10",
4
4
  "description": "unirtm binary for Windows x64",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/snowdreamtech/unirtm",