From a9118b0bf92a2d007892b6e248fd6050069041b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=90=E6=AE=87?= <95160953+xishang0128@users.noreply.github.com> Date: Tue, 11 Apr 2023 20:57:39 +0800 Subject: [PATCH 1/3] Update run.yml --- .github/workflows/run.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 69d7bf9664..a031522297 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -194,6 +194,8 @@ jobs: curl -sSL https://github.com/blackmatrix7/ios_rule_script/raw/master/rule/Clash/BiliBili/BiliBili.yaml | ${{ env.SED }} > ./data-lite/bilibili curl -sSL https://github.com/blackmatrix7/ios_rule_script/raw/master/rule/Clash/Bahamut/Bahamut.yaml | ${{ env.SED }} > ./data-lite/bahamut + + curl https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/China/China_Domain.yaml | sed "s/ - '+.//g" | sed "s/ - '/full:/g" | grep -v "#" | sed "s/'//g" > ./data-lite/cn curl -sSL https://github.com/blackmatrix7/ios_rule_script/raw/master/rule/Clash/Google/Google.yaml | ${{ env.SED }} > ./data-lite/google curl -sSL https://github.com/blackmatrix7/ios_rule_script/raw/master/rule/Clash/GitHub/GitHub.yaml | ${{ env.SED }} > ./data-lite/github From 229bc88e71e30cc1842ccce980650180360a1cf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=90=E6=AE=87?= <95160953+xishang0128@users.noreply.github.com> Date: Tue, 11 Apr 2023 20:58:37 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b04fa2594..3779de3bc6 100644 --- a/README.md +++ b/README.md @@ -103,9 +103,9 @@ ios_rule_script](https://github.com/blackmatrix7/ios_rule_script/tree/master/rul ## **geosite-lite.dat,geosite-lite.db 内容** -仅包含常用集合,不包含cn(太大了,感觉不lite)(没需求就别用) +仅包含常用集合,cn为精简集合,可能不全 -集合包含 `abema / apple / applemusic / bilibili / biliintl / bahamut / ehentai / google / github / microsoft / netflix / openai / onedrive / pixiv / telegram / twitter / tiktok / youtube` +集合包含 `abema / apple / applemusic / bilibili / biliintl / bahamut / cn / ehentai / google / github / microsoft / netflix / openai / onedrive / pixiv / telegram / twitter / tiktok / youtube` ## **示例** From 2e6ac5a198a0f0af4b0f1a5f29b09b4ae67d3292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=90=E6=AE=87?= <95160953+xishang0128@users.noreply.github.com> Date: Tue, 11 Apr 2023 21:01:20 +0800 Subject: [PATCH 3/3] Update run.yml --- .github/workflows/run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index a031522297..99ddacc7e8 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -195,7 +195,7 @@ jobs: curl -sSL https://github.com/blackmatrix7/ios_rule_script/raw/master/rule/Clash/BiliBili/BiliBili.yaml | ${{ env.SED }} > ./data-lite/bilibili curl -sSL https://github.com/blackmatrix7/ios_rule_script/raw/master/rule/Clash/Bahamut/Bahamut.yaml | ${{ env.SED }} > ./data-lite/bahamut - curl https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/China/China_Domain.yaml | sed "s/ - '+.//g" | sed "s/ - '/full:/g" | grep -v "#" | sed "s/'//g" > ./data-lite/cn + curl https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/China/China_Domain.yaml | grep - | sed "s/ - '+.//g" | sed "s/ - '/full:/g" | grep -v "#" | sed "s/'//g" > ./data-lite/cn curl -sSL https://github.com/blackmatrix7/ios_rule_script/raw/master/rule/Clash/Google/Google.yaml | ${{ env.SED }} > ./data-lite/google curl -sSL https://github.com/blackmatrix7/ios_rule_script/raw/master/rule/Clash/GitHub/GitHub.yaml | ${{ env.SED }} > ./data-lite/github