sinzmise-cetastories-en 2.0.0-1732435234060 → 2.0.0-1732435987225

Sign up to get free protection for your applications and to get access to all the features.
package/config.yaml CHANGED
@@ -51,28 +51,32 @@ catch_rules:
51
51
  action: skip
52
52
  - search: ([^\/.]+)\/$ #解析index.html
53
53
  replace: $1/index.html
54
+
54
55
  - search: _
55
56
  replace:
56
57
  - _ #保留原始请求
57
58
  - en.vercel.blog.sinzmise.top #Vercel托管
58
59
  - jsd.cdn.storisinz.site/npm/sinzmise-cetastories-en #npm托管
59
60
  - jsd.cdn.storisinz.site/gh/SinzMise/blog@en #gh托管
60
-
61
61
  - search: \.html$
62
62
  header:
63
63
  Content-Type: text/html;charset=UTF-8 #修复标头
64
64
 
65
- - search: _
65
+ - rule: .*
66
+ transform_rules:
67
+ - search: .*
66
68
  action: fetch
67
69
  fetch:
68
- status: 200
69
- engine: classic
70
+ enable: true
71
+ engine: fetch
70
72
  preflight: false
71
- timeout: 5000
72
-
73
- - search: (^4|^5)
74
- searchin: status
73
+
74
+ - search: (^4|^5)
75
+ searchin: status
75
76
  action: return
76
- return:
77
- body: The GateWay is down!This Page is provided by ClientWorker!
78
- status: 503
77
+ return:
78
+ body: Error!
79
+ header:
80
+ content-type: text/plain;charset=utf-8
81
+ ServerProvide: ClientWorker
82
+ status: 503