sinzmise-cetastories-en 2.0.0-1732443437080 → 2.0.0-1732444488183

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/config.yaml CHANGED
@@ -1,33 +1,5 @@
1
1
  name: CetaHouseEnCache
2
2
  catch_rules:
3
- - rule: _ #ClientWorker语法糖,匹配当前域,返回一个域名带端口
4
- transform_rules: #转换规则,最上面的优先最高
5
- - search: \#.* #在发送请求时匹配#后内容并移除
6
- searchin: url
7
- replace: ''
8
- - search: \?.* #在发送请求时匹配?后内容并移除,仅限静态请求
9
- replace: ''
10
- - search: boringbay\.com #绕过boringbay
11
- action: skip
12
- - search: tk\.pl\.blog\.sinzmise\.top #绕过twikoo后端
13
- action: skip
14
- - search: _
15
- replace:
16
- - _ #保留原始请求
17
- - en.vercel.blog.sinzmise.top #Vercel托管
18
-
19
- - search: \.html$
20
- header:
21
- Content-Type: text/html;charset=UTF-8 #修复标头
22
-
23
- - search: _
24
- action: fetch
25
- fetch:
26
- status: 200
27
- engine: KFCThursdayVW50
28
- preflight: false
29
- timeout: 5000
30
-
31
3
  - rule: ^https\:\/\/((cdn|fastly|gcore|test1|quantil)\.jsdelivr\.net\/npm|unpkg\.com)
32
4
  transform_rules:
33
5
  - search: _
package/cw.js CHANGED
@@ -1 +1 @@
1
- importScripts("https://jsd.cdn.storisinz.site/npm/clientworker/dist/cw.js");
1
+ importScripts("/sw.js"),importScripts("https://jsd.cdn.storisinz.site/npm/clientworker/dist/cw.js");