sinzmise-cetastories-en 2.0.0-1732436416694 → 2.0.0-1732436804356
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 +0 -6
- 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
@@ -32,16 +32,10 @@ catch_rules:
|
|
32
32
|
replace: ''
|
33
33
|
- search: \?.* #在发送请求时匹配?后内容并移除,仅限静态请求
|
34
34
|
replace: ''
|
35
|
-
- search: ([^\/.]+)\/index(|\.html)$ #优化url
|
36
|
-
action: redirect
|
37
|
-
redirect:
|
38
|
-
to: $1/
|
39
35
|
- search: boringbay\.com #绕过boringbay
|
40
36
|
action: skip
|
41
37
|
- search: tk\.pl\.blog\.sinzmise\.top #绕过twikoo后端
|
42
38
|
action: skip
|
43
|
-
- search: ([^\/.]+)\/$ #解析index.html
|
44
|
-
replace: $1/index.html
|
45
39
|
- search: _
|
46
40
|
replace:
|
47
41
|
- _ #保留原始请求
|