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/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 -26
- package/google8073542809160a67.html +1 -1
- package/index.html +1 -1
- package/package.json +1 -1
- package/posts/46521/index.html +1 -1
- package/sitemap.xml +4 -4
- 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,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
|
-
|
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
|
-
|
66
|
-
transform_rules:
|
67
|
-
- search: .*
|
54
|
+
- search: _
|
68
55
|
action: fetch
|
69
56
|
fetch:
|
70
|
-
|
71
|
-
engine:
|
57
|
+
status: 200
|
58
|
+
engine: classic
|
72
59
|
preflight: false
|
73
|
-
|
74
|
-
|
75
|
-
|
60
|
+
timeout: 5000
|
61
|
+
|
62
|
+
- search: (^4|^5)
|
63
|
+
searchin: status
|
76
64
|
action: return
|
77
|
-
return:
|
78
|
-
body:
|
79
|
-
|
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
|