@vincentzyuapps/winload 0.1.7-rc.17 → 0.1.7-rc.19

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/package.json +7 -7
  2. package/readme.md +8 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vincentzyuapps/winload",
3
- "version": "0.1.7-rc.17",
3
+ "version": "0.1.7-rc.19",
4
4
  "description": "Network Load Monitor — nload-like TUI tool for Windows/Linux/macOS (prebuilt Rust binary)",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -33,11 +33,11 @@
33
33
  "access": "public"
34
34
  },
35
35
  "optionalDependencies": {
36
- "@vincentzyuapps/winload-win32-x64": "0.1.7-rc.17",
37
- "@vincentzyuapps/winload-win32-arm64": "0.1.7-rc.17",
38
- "@vincentzyuapps/winload-linux-x64": "0.1.7-rc.17",
39
- "@vincentzyuapps/winload-linux-arm64": "0.1.7-rc.17",
40
- "@vincentzyuapps/winload-darwin-x64": "0.1.7-rc.17",
41
- "@vincentzyuapps/winload-darwin-arm64": "0.1.7-rc.17"
36
+ "@vincentzyuapps/winload-win32-x64": "0.1.7-rc.19",
37
+ "@vincentzyuapps/winload-win32-arm64": "0.1.7-rc.19",
38
+ "@vincentzyuapps/winload-linux-x64": "0.1.7-rc.19",
39
+ "@vincentzyuapps/winload-linux-arm64": "0.1.7-rc.19",
40
+ "@vincentzyuapps/winload-darwin-x64": "0.1.7-rc.19",
41
+ "@vincentzyuapps/winload-darwin-arm64": "0.1.7-rc.19"
42
42
  }
43
43
  }
package/readme.md CHANGED
@@ -116,6 +116,14 @@ which winload
116
116
  ```
117
117
  > 📄 [View install script source](https://github.com/VincentZyuApps/winload/blob/main/docs/install_scripts/install.sh)
118
118
 
119
+ **🇨🇳 Gitee mirror (faster in China Mainland):**
120
+ ```bash
121
+ curl -fsSL https://gitee.com/vincent-zyu/winload/raw/main/docs/install_scripts/install_gitee.sh | bash
122
+ ```
123
+ > 📄 [View Gitee install script](https://gitee.com/vincent-zyu/winload/blob/main/docs/install_scripts/install_gitee.sh)
124
+
125
+ > ⚠️ These install scripts only support systems with **apt or dnf** package managers on **x86_64 / aarch64** architectures. For other platforms, use **npm** (`npm install -g @vincentzyuapps/winload`) or **Cargo** (`cargo install winload`) instead.
126
+
119
127
  <details>
120
128
  <summary>Manual install</summary>
121
129