Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
U 使用CFPage
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenYFan committed Jul 7, 2022
1 parent 403e182 commit c990292
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ChenYFan's ClientWorker
catch_rules: #转换规则
- rule: ^https\:\/\/blog\.cyfan\.top #匹配所有域名为blog.cyfan.top的请求
- rule: ^https\:\/\/cworker\.pages\.dev #匹配所有域名为blog.cyfan.top的请求
transform_rules: #转换规则,最上面的优先最高
- search: \#.+ #在发送请求时匹配#后内容并移除
type: url #支持url status statusCode,默认url
Expand All @@ -18,8 +18,8 @@ catch_rules: #转换规则
User-Agent: ChenYFanYYDS
- search: _
replace:
- https://npm.elemecdn.com/chenyfan-blog
- https://cdn.jsdelivr.net/npm/chenyfan-blog
- https://npm.elemecdn.com/chenyfan-blog@1.1.9
- https://cdn.jsdelivr.net/npm/chenyfan-blog@1.1.9
# 关于引擎
# 仅出现多并发时有效,即上方replace为数组且大于1个时有效
# 1. classic
Expand Down

0 comments on commit c990292

Please sign in to comment.