sinzmise-cetastories-en 2.0.0-1732443215459 → 2.0.0-1732443437080

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
@@ -11,12 +11,6 @@ catch_rules:
11
11
  action: skip
12
12
  - search: tk\.pl\.blog\.sinzmise\.top #绕过twikoo后端
13
13
  action: skip
14
- - search: ([^\/.]+)\/index(|\.html)$ #url优化
15
- action: redirect
16
- redirect:
17
- to: $1/
18
- - search: ([^\/.]+)\/$
19
- replace: $1/index.html
20
14
  - search: _
21
15
  replace:
22
16
  - _ #保留原始请求
@@ -30,7 +24,7 @@ catch_rules:
30
24
  action: fetch
31
25
  fetch:
32
26
  status: 200
33
- engine: classic
27
+ engine: KFCThursdayVW50
34
28
  preflight: false
35
29
  timeout: 5000
36
30