xiu2 hai 1 ano
pai
achega
13f0c322a8
Modificáronse 1 ficheiros con 49 adicións e 14 borrados
  1. 49 14
      script/README.md

+ 49 - 14
script/README.md

@@ -1,16 +1,28 @@
-# XIU2/CloudflareSpeedTest - Script
+# XIU2/CloudflareSpeedTest - Script(脚本)
 
 
-这里都是一些基于 **XIU2/CloudflareSpeedTest** 并**扩展更多功能**的脚本。  
-有什么现有脚本功能上的建议可以告诉我,如果你有一些自用好用的脚本也可以通过 [**Issues**](https://github.com/XIU2/CloudflareSpeedTest/issues) 或 Pull requests 发给我添加到这里让更多人用到(会标注作者的~
+这里都是一些通过调用 **CloudflareST** 并**扩展实现更多个性化功能**的脚本。  
 
 
-> 小提示:点击↖左上角的三横杠图标按钮即可查看目录~
+****
+> [!TIP]
+> 我之所以将 CloudflareST 制作为一个**命令行程序**,就是考虑到**通用性**,因为毕竟不可能把所有需求都塞到软件内(特别是一些**个性化、小众**的需求),这样增加维护难度和精力不说,还会导致软件异常臃肿(`“变成我讨厌的样子”`),而命令行程序的优势之一就在于**可以很方便的和其他软件、脚本搭配使用**。
+
+比如像下面这些我写的几个脚本,就是把一些需求以外置脚本方式实现。  
+
+> 即脚本调用 CloudflareST 测速并获取结果,然后***按照自己的需求自由决定***如何处理得到的测速结果(比如修改 Hosts 等)。  
+
+总的来说,我写的这几个脚本都比较简单,功能也很单一,除了满足部分用户的需求外,***更像是一个 CloudflareST 与脚本搭配使用的示例参考***,对于一些会写脚本、软件的用户来说,完全可以**自给自足**来实现一些个性化需求。
+
+当然,如果你有一些自用好用的脚本也可以通过 [**Issues**](https://github.com/XIU2/CloudflareSpeedTest/issues)、[**Discussions**](https://github.com/XIU2/CloudflareSpeedTest/discussions) 或 **Pull requests** 发给我添加到这里让更多人用到!
+
+> 小提示:点击↗右上角的三横杠图标按钮即可查看目录~
 
 
 ****
 ****
-## 📑 cfst_hosts.sh / cfst_hosts.bat (已内置)
+## 📑 cfst_hosts.sh / cfst_hosts.bat (已内置压缩包)
 
 
-运行 CloudflareST 获得最快 IP 后,脚本会替换 Hosts 文件中的旧 CDN IP。
+脚本会运行 CloudflareST 获得最快 IP,并替换掉 Hosts 文件中的旧 CDN IP。
 
 
-> **使用说明:https://github.com/XIU2/CloudflareSpeedTest/issues/42**
+> **作者:**@XIU2  
+> **使用说明/问题反馈:https://github.com/XIU2/CloudflareSpeedTest/discussions/312**
 
 
 <details>
 <details>
 <summary><code><strong>「 更新日志」</strong></code></summary>
 <summary><code><strong>「 更新日志」</strong></code></summary>
@@ -37,12 +49,13 @@
 
 
 ****
 ****
 
 
-## 📑 cfst_3proxy.bat (已内置)
+## 📑 cfst_3proxy.bat (已内置压缩包)
 
 
-该脚本的作用为 CloudflareST 测速后获取最快 IP 并替换 3Proxy 配置文件中的 Cloudflare CDN IP。  
+脚本会运行 CloudflareST 测速后获取最快 IP 并替换 3Proxy 配置文件中的 Cloudflare CDN IP。  
 可以把所有 Cloudflare CDN IP 都重定向至最快 IP,实现一劳永逸的加速所有使用 Cloudflare CDN 的网站(不需要一个个添加域名到 Hosts 了)。
 可以把所有 Cloudflare CDN IP 都重定向至最快 IP,实现一劳永逸的加速所有使用 Cloudflare CDN 的网站(不需要一个个添加域名到 Hosts 了)。
 
 
-> **使用说明:https://github.com/XIU2/CloudflareSpeedTest/discussions/71**
+> **作者:**@XIU2  
+> **使用说明/问题反馈:https://github.com/XIU2/CloudflareSpeedTest/discussions/71**
 
 
 <details>
 <details>
 <summary><code><strong>「 更新日志」</strong></code></summary>
 <summary><code><strong>「 更新日志」</strong></code></summary>
@@ -72,11 +85,33 @@
 
 
 ****
 ****
 
 
+## 📑 cfst_dnspod.sh
+
+如果你的域名托管在 **dnspod**,则可以通过 dnspod 官方提供的 API 来自动更新域名解析记录!  
+脚本会运行 CloudflareST 测速获得最快 IP,并通过 Cloudflare API 来更新域名解析记录为这个最快 IP。
+
+> **作者:**@imashen  
+> **使用说明/问题反馈:...**
+
+<details>
+<summary><code><strong>「 更新日志」</strong></code></summary>
+
+****
+
+#### 2024年08月06日,版本 v1.0.0
+ - **1. 发布** 第一个版本  
+
+</details>
+
+****
+
 ## 📑 cfst_ddns.sh / cfst_ddns.bat
 ## 📑 cfst_ddns.sh / cfst_ddns.bat
 
 
-如果你的域名托管在 Cloudflare,则可以通过 Cloudflare 官方提供的 API 来自动更新域名解析记录!
+如果你的域名托管在 **Cloudflare**,则可以通过 Cloudflare 官方提供的 API 来自动更新域名解析记录!  
+脚本会运行 CloudflareST 测速获得最快 IP,并通过 Cloudflare API 来更新域名解析记录为这个最快 IP。
 
 
-> **使用说明:https://github.com/XIU2/CloudflareSpeedTest/issues/40**
+> **作者:**@XIU2  
+> **使用说明/问题反馈:https://github.com/XIU2/CloudflareSpeedTest/discussions/481**
 
 
 <details>
 <details>
 <summary><code><strong>「 更新日志」</strong></code></summary>
 <summary><code><strong>「 更新日志」</strong></code></summary>
@@ -105,5 +140,5 @@
 
 
 ## 功能建议/问题反馈
 ## 功能建议/问题反馈
 
 
-如果你遇到什么问题,可以先去 [**Issues**](https://github.com/XIU2/CloudflareSpeedTest/issues) 里看看是否有别人问过了(记得去看下  [**Closed**](https://github.com/XIU2/CloudflareSpeedTest/issues?q=is%3Aissue+is%3Aclosed) 的)。  
-如果没找到类似问题,请新开个 [**Issues**](https://github.com/XIU2/CloudflareSpeedTest/issues/new) 来告诉我!
+如果这些脚本使用过程中你遇到了什么问题,可以先去脚本对应的 **`使用说明`** 帖子里看看是否有别人问过了。
+如果没找到类似问题,那么就在脚本对应的 **`使用说明`** 帖子里直接评论问作者吧。