sinzmise-cetastories-en 2.0.0-1732442750293 → 2.0.0-1732443215459

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/config.yaml CHANGED
@@ -2,15 +2,15 @@ name: CetaHouseEnCache
2
2
  catch_rules:
3
3
  - rule: _ #ClientWorker语法糖,匹配当前域,返回一个域名带端口
4
4
  transform_rules: #转换规则,最上面的优先最高
5
- - search: boringbay\.com #绕过boringbay
6
- action: skip
7
- - search: tk\.pl\.blog\.sinzmise\.top #绕过twikoo后端
8
- action: skip
9
5
  - search: \#.* #在发送请求时匹配#后内容并移除
10
6
  searchin: url
11
7
  replace: ''
12
8
  - search: \?.* #在发送请求时匹配?后内容并移除,仅限静态请求
13
9
  replace: ''
10
+ - search: boringbay\.com #绕过boringbay
11
+ action: skip
12
+ - search: tk\.pl\.blog\.sinzmise\.top #绕过twikoo后端
13
+ action: skip
14
14
  - search: ([^\/.]+)\/index(|\.html)$ #url优化
15
15
  action: redirect
16
16
  redirect:
@@ -30,7 +30,7 @@ catch_rules:
30
30
  action: fetch
31
31
  fetch:
32
32
  status: 200
33
- engine: parallel
33
+ engine: classic
34
34
  preflight: false
35
35
  timeout: 5000
36
36