mirror of
https://github.com/RubyMetric/chsrc.git
synced 2024-11-22 06:15:28 +08:00
Update README
Some checks failed
Publish AUR Package (chsrc-git) / publish (push) Waiting to run
macOS Build / build-and-upload-on-M1 (push) Has been cancelled
macOS Build / build-and-upload-on-x64 (push) Has been cancelled
Linux AArch64 Build / aarch64-linux-build-and-upload (push) Has been cancelled
Linux ARMv7 Build / armv7-linu-build-and-upload (push) Has been cancelled
Linux riscv64 Build / riscv64-linux-build-and-upload (push) Has been cancelled
Linux x64 Build / x64-linux-build-and-upload (push) Has been cancelled
Windows Build / build-and-upload (push) Has been cancelled
Some checks failed
Publish AUR Package (chsrc-git) / publish (push) Waiting to run
macOS Build / build-and-upload-on-M1 (push) Has been cancelled
macOS Build / build-and-upload-on-x64 (push) Has been cancelled
Linux AArch64 Build / aarch64-linux-build-and-upload (push) Has been cancelled
Linux ARMv7 Build / armv7-linu-build-and-upload (push) Has been cancelled
Linux riscv64 Build / riscv64-linux-build-and-upload (push) Has been cancelled
Linux x64 Build / x64-linux-build-and-upload (push) Has been cancelled
Windows Build / build-and-upload (push) Has been cancelled
This commit is contained in:
parent
3514664ae0
commit
a4c3da0b1f
|
@ -37,11 +37,11 @@
|
||||||
|
|
||||||
挑战清单:
|
挑战清单:
|
||||||
|
|
||||||
1. [[Challenge] 编写统一安装的 shell 和 PowerShell 脚本](https://github.com/RubyMetric/chsrc/issues/98)
|
1. [[HELP] 提供默认源地址,如Ubuntu,Debian,Go等的默认源URL,帮助我们进行 `chsrc reset`](https://github.com/RubyMetric/chsrc/issues/111)
|
||||||
|
|
||||||
已由 [@Efterklang] 与 [@xuan] 完成
|
2. [[Challenge] 编写统一安装的 shell 和 PowerShell 脚本](https://github.com/RubyMetric/chsrc/issues/98) : 已由 [@Efterklang] 与 [@xuan] 完成
|
||||||
|
|
||||||
2. [[Challenge] CentOS (Stream) Recipe](https://github.com/RubyMetric/chsrc/issues/48)
|
3. [[Challenge] CentOS (Stream) Recipe](https://github.com/RubyMetric/chsrc/issues/48)
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
|
|
@ -18,13 +18,13 @@
|
||||||
* | ChatGPT <https://chatgpt.com>
|
* | ChatGPT <https://chatgpt.com>
|
||||||
* |
|
* |
|
||||||
* Created On : <2023-08-28>
|
* Created On : <2023-08-28>
|
||||||
* Last Modified : <2024-10-29>
|
* Last Modified : <2024-10-31>
|
||||||
*
|
*
|
||||||
* chsrc: Change Source —— 全平台通用命令行换源工具
|
* chsrc: Change Source —— 全平台通用命令行换源工具
|
||||||
* ------------------------------------------------------------*/
|
* ------------------------------------------------------------*/
|
||||||
|
|
||||||
#define Chsrc_Version "0.1.9.1-dev1"
|
#define Chsrc_Version "0.1.9.2"
|
||||||
#define Chsrc_Release_Date "2024/10/29"
|
#define Chsrc_Release_Date "2024/10/31"
|
||||||
#define Chsrc_Banner_Version "v" Chsrc_Version "-" Chsrc_Release_Date
|
#define Chsrc_Banner_Version "v" Chsrc_Version "-" Chsrc_Release_Date
|
||||||
#define Chsrc_Maintain_URL "https://github.com/RubyMetric/chsrc"
|
#define Chsrc_Maintain_URL "https://github.com/RubyMetric/chsrc"
|
||||||
#define Chsrc_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc"
|
#define Chsrc_Maintain_URL2 "https://gitee.com/RubyMetric/chsrc"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user