sinzmise-cetastories-en 2.0.0-1732442994592 → 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
@@ -7,14 +7,14 @@ catch_rules:
7
7
  replace: ''
8
8
  - search: \?.* #在发送请求时匹配?后内容并移除,仅限静态请求
9
9
  replace: ''
10
- - search: ([^\/.]+)\/index(|\.html)$ #url优化
11
- action: redirect
12
- redirect:
13
- to: $1/
14
10
  - search: boringbay\.com #绕过boringbay
15
11
  action: skip
16
12
  - search: tk\.pl\.blog\.sinzmise\.top #绕过twikoo后端
17
13
  action: skip
14
+ - search: ([^\/.]+)\/index(|\.html)$ #url优化
15
+ action: redirect
16
+ redirect:
17
+ to: $1/
18
18
  - search: ([^\/.]+)\/$
19
19
  replace: $1/index.html
20
20
  - search: _
@@ -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