From 6b313f90f9b30cebcb3c8a5c42b807652887895b Mon Sep 17 00:00:00 2001 From: V-LiuShuang Date: Tue, 15 Sep 2026 10:20:48 +0800 Subject: [PATCH] add --- clash.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/clash.md b/clash.md index a5548da..5111f53 100644 --- a/clash.md +++ b/clash.md @@ -2,9 +2,9 @@ | 系统 | 点击下载 | |:-----|:-----| -| Windows |[x86](https://baidu.com/app/cfw_x86.exe) [Arm](https://baidu.com/app/cfw_arm.exe)| -| Mac |[Intel](https://baidu.com/app/cfm_intel.dmg) [Arm](https://baidu.com/app/cfm_arm.dmg)| -| Android |[通用](https://baidu.com/app/cmfa.apk)| +| Windows |[x86](https://stf.jkwlstv.cn/app/cfw_x86.exe) [Arm](https://stf.jkwlstv.cn/app/cfw_arm.exe)| +| Mac |[Intel](https://stf.jkwlstv.cn/app/cfm_intel.dmg) [Arm](https://stf.jkwlstv.cn/app/cfm_arm.dmg)| +| Android |[通用](https://stf.jkwlstv.cn/app/cmfa.apk)| ## Android
@@ -41,12 +41,18 @@ Potatso 是**免费**的,不差钱可以用 Shadowrocket。 ## Docker ```bash +# 创建主目录 +mkdir clash && cd clash # 下载镜像 -wget https://baidu.com/app/cfd.tar +wget https://stf.jkwlstv.cn/app/cfd.tar # 导入 docker load -i cfd.tar # 删除(可选) rm -rf cfd.tar +# 创建data目录 +mkdir data && cd data +# 下载Country.mmdb +wget https://stf.jkwlstv.cn/app/Country.mmdb ``` ### 目录结构 @@ -54,6 +60,7 @@ rm -rf cfd.tar ```text clash/ ├── data/ +│ ├── Country.mmdb │ └── config.yaml └── docker-compose.yaml ```