sinzmise-cetastories-en 2.0.0-1732435987225 → 2.0.0-1732436416694

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,26 @@ 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
- - jsd.cdn.storisinz.site/npm/sinzmise-cetastories-en #npm托管
60
- - jsd.cdn.storisinz.site/gh/SinzMise/blog@en #gh托管
49
+
61
50
  - search: \.html$
62
51
  header:
63
52
  Content-Type: text/html;charset=UTF-8 #修复标头
64
53
 
65
- - rule: .*
66
- transform_rules:
67
- - search: .*
54
+ - search: _
68
55
  action: fetch
69
56
  fetch:
70
- enable: true
71
- engine: fetch
57
+ status: 200
58
+ engine: classic
72
59
  preflight: false
73
-
74
- - search: (^4|^5)
75
- searchin: status
60
+ timeout: 5000
61
+
62
+ - search: (^4|^5)
63
+ searchin: status
76
64
  action: return
77
- return:
78
- body: Error!
79
- header:
80
- content-type: text/plain;charset=utf-8
81
- ServerProvide: ClientWorker
82
- status: 503
65
+ return:
66
+ body: The GateWay is down!This Page is provided by ClientWorker!
67
+ status: 503