sinzmise-cetastories-en 2.0.0-1732435234060 → 2.0.0-1732435619107
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 +15 -11
- 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 +3 -3
- package/tags/Test/index.html +1 -1
- package/tags/index.html +1 -1
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
|
-
|
65
|
+
- rule: .*
|
66
|
+
transform_rules:
|
67
|
+
- search: .*
|
66
68
|
action: fetch
|
67
69
|
fetch:
|
68
|
-
|
69
|
-
engine:
|
70
|
+
enable: true
|
71
|
+
engine: fetch
|
70
72
|
preflight: false
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
searchin: status
|
73
|
+
|
74
|
+
- search: (^4|^5)
|
75
|
+
searchin: status
|
75
76
|
action: return
|
76
|
-
return:
|
77
|
-
body:
|
78
|
-
|
77
|
+
return:
|
78
|
+
body: Error!
|
79
|
+
header:
|
80
|
+
content-type: text/plain;charset=utf-8
|
81
|
+
ServerProvide: ClientWorker
|
82
|
+
status: 503
|