sinzmise-cetastories-en 2.0.0-1732435619107 → 2.0.0-1732436259147
Sign up to get free protection for your applications and to get access to all the features.
- package/404.html +1 -1
- package/archives/2023/12/index.html +1 -1
- package/archives/2023/index.html +1 -1
- package/archives/index.html +1 -1
- package/atom.xml +2 -2
- package/baidu_verify_codeva-NA6uDlCuZg.html +1 -1
- package/categories/Test/index.html +1 -1
- package/categories/index.html +1 -1
- package/comments/index.html +1 -1
- package/config.yaml +11 -25
- package/google8073542809160a67.html +1 -1
- package/index.html +1 -1
- package/package.json +1 -1
- package/posts/46521/index.html +1 -1
- package/tags/Test/index.html +1 -1
- package/tags/index.html +1 -1
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
|
-
|
50
|
+
|
61
51
|
- search: \.html$
|
62
52
|
header:
|
63
53
|
Content-Type: text/html;charset=UTF-8 #修复标头
|
64
54
|
|
65
|
-
|
66
|
-
transform_rules:
|
67
|
-
- search: .*
|
55
|
+
- search: _
|
68
56
|
action: fetch
|
69
57
|
fetch:
|
70
|
-
|
71
|
-
engine:
|
58
|
+
status: 200
|
59
|
+
engine: classic
|
72
60
|
preflight: false
|
73
|
-
|
74
|
-
|
75
|
-
|
61
|
+
timeout: 5000
|
62
|
+
|
63
|
+
- search: (^4|^5)
|
64
|
+
searchin: status
|
76
65
|
action: return
|
77
|
-
return:
|
78
|
-
body:
|
79
|
-
|
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
|