sinzmise-cetastories-en 2.0.0-1732435619107 → 2.0.0-1732436259147

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
@@ -17,15 +17,6 @@ catch_rules:
17
17
  - https://cdnjs.cdn.storisinz.site/ajax/libs
18
18
  - https://cdnjs.onmicrosoft.cn/ajax/libs
19
19
 
20
- - rule: ^https\:\/\/cdnjs\.cloudflare\.com\/ajax\/libs
21
- transform_rules:
22
- - search: _
23
- replace:
24
- - _
25
- - https://cdnjs.webstatic.cn/ajax/libs
26
- - https://cdnjs.cdn.storisinz.site/ajax/libs
27
- - https://cdnjs.onmicrosoft.cn/ajax/libs
28
-
29
20
  - rule: ^https\:\/\/((cdn|fastly|gcore|test1|quantil)\.jsdelivr\.net\/gh)
30
21
  transform_rules:
31
22
  - search: _
@@ -51,32 +42,27 @@ catch_rules:
51
42
  action: skip
52
43
  - search: ([^\/.]+)\/$ #解析index.html
53
44
  replace: $1/index.html
54
-
55
45
  - search: _
56
46
  replace:
57
47
  - _ #保留原始请求
58
48
  - en.vercel.blog.sinzmise.top #Vercel托管
59
49
  - jsd.cdn.storisinz.site/npm/sinzmise-cetastories-en #npm托管
60
- - jsd.cdn.storisinz.site/gh/SinzMise/blog@en #gh托管
50
+
61
51
  - search: \.html$
62
52
  header:
63
53
  Content-Type: text/html;charset=UTF-8 #修复标头
64
54
 
65
- - rule: .*
66
- transform_rules:
67
- - search: .*
55
+ - search: _
68
56
  action: fetch
69
57
  fetch:
70
- enable: true
71
- engine: fetch
58
+ status: 200
59
+ engine: classic
72
60
  preflight: false
73
-
74
- - search: (^4|^5)
75
- searchin: status
61
+ timeout: 5000
62
+
63
+ - search: (^4|^5)
64
+ searchin: status
76
65
  action: return
77
- return:
78
- body: Error!
79
- header:
80
- content-type: text/plain;charset=utf-8
81
- ServerProvide: ClientWorker
82
- status: 503
66
+ return:
67
+ body: The GateWay is down!This Page is provided by ClientWorker!
68
+ status: 503