sinzmise-cetastories-en 2.0.0-1732441369928 → 2.0.0-1732441925017
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.
- package/404.html +1 -1
- package/archives/2023/12/index.html +1 -1
- package/archives/2023/index.html +1 -1
- package/archives/index.html +1 -1
- package/atom.xml +2 -2
- package/baidu_verify_codeva-NA6uDlCuZg.html +1 -1
- package/categories/Test/index.html +1 -1
- package/categories/index.html +1 -1
- package/comments/index.html +1 -1
- package/config.yaml +6 -2
- package/google8073542809160a67.html +1 -1
- package/index.html +1 -1
- package/package.json +1 -1
- package/posts/46521/index.html +1 -1
- package/sitemap.xml +3 -3
- package/tags/Test/index.html +1 -1
- package/tags/index.html +1 -1
package/config.yaml
CHANGED
@@ -2,7 +2,11 @@ name: CetaHouseEnCache
|
|
2
2
|
catch_rules:
|
3
3
|
- rule: _ #ClientWorker语法糖,匹配当前域,返回一个域名带端口
|
4
4
|
transform_rules: #转换规则,最上面的优先最高
|
5
|
-
- search:
|
5
|
+
- search: boringbay\.com #绕过boringbay
|
6
|
+
action: skip
|
7
|
+
- search: tk\.pl\.blog\.sinzmise\.top #绕过twikoo后端
|
8
|
+
action: skip
|
9
|
+
- search: \#.+ #在发送请求时匹配#后内容并移除
|
6
10
|
searchin: url
|
7
11
|
replace: ''
|
8
12
|
- search: \?.* #在发送请求时匹配?后内容并移除,仅限静态请求
|
@@ -26,7 +30,7 @@ catch_rules:
|
|
26
30
|
action: fetch
|
27
31
|
fetch:
|
28
32
|
status: 200
|
29
|
-
engine:
|
33
|
+
engine: fetch
|
30
34
|
preflight: false
|
31
35
|
timeout: 5000
|
32
36
|
|