sinzmise-cetastories-en 2.0.0-1732439769720 → 2.0.0-1732441112276
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 +32 -1
 - package/cw.js +1 -1
 - package/google8073542809160a67.html +1 -1
 - package/index.html +1 -1
 - package/js/fomal.js +1 -1
 - package/package.json +1 -1
 - package/posts/46521/index.html +1 -1
 - package/sitemap.xml +2 -2
 - package/tags/Test/index.html +1 -1
 - package/tags/index.html +1 -1
 
    
        package/config.yaml
    CHANGED
    
    | 
         @@ -1,5 +1,37 @@ 
     | 
|
| 
       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: ([^\/.]+)\/index(|\.html)$  #url优化
         
     | 
| 
      
 11 
     | 
    
         
            +
                    action: redirect
         
     | 
| 
      
 12 
     | 
    
         
            +
                    redirect: 
         
     | 
| 
      
 13 
     | 
    
         
            +
                      to: $1/
         
     | 
| 
      
 14 
     | 
    
         
            +
                  - search: ([^\/.]+)\/$ 
         
     | 
| 
      
 15 
     | 
    
         
            +
                    replace: $1/index.html
         
     | 
| 
      
 16 
     | 
    
         
            +
                  - search: _ 
         
     | 
| 
      
 17 
     | 
    
         
            +
                    replace: 
         
     | 
| 
      
 18 
     | 
    
         
            +
                    - _ #保留原始请求
         
     | 
| 
      
 19 
     | 
    
         
            +
                    - en.vercel.blog.sinzmise.top #Vercel托管
         
     | 
| 
      
 20 
     | 
    
         
            +
                    - jsd.cdn.storisinz.site/npm/sinzmise-cetastories-en #NPM托管
         
     | 
| 
      
 21 
     | 
    
         
            +
                    - jsd.cdn.storisinz.site/gh/SinzMise/blog@en #gh托管
         
     | 
| 
      
 22 
     | 
    
         
            +
             
     | 
| 
      
 23 
     | 
    
         
            +
                  - search: \.html$
         
     | 
| 
      
 24 
     | 
    
         
            +
                    header:
         
     | 
| 
      
 25 
     | 
    
         
            +
                      Content-Type: text/html;charset=UTF-8 #修复标头
         
     | 
| 
      
 26 
     | 
    
         
            +
             
     | 
| 
      
 27 
     | 
    
         
            +
                  - search: _
         
     | 
| 
      
 28 
     | 
    
         
            +
                    action: fetch
         
     | 
| 
      
 29 
     | 
    
         
            +
                    fetch:
         
     | 
| 
      
 30 
     | 
    
         
            +
                      status: 200
         
     | 
| 
      
 31 
     | 
    
         
            +
                      engine: classic
         
     | 
| 
      
 32 
     | 
    
         
            +
                      preflight: false
         
     | 
| 
      
 33 
     | 
    
         
            +
                      timeout: 5000
         
     | 
| 
      
 34 
     | 
    
         
            +
             
     | 
| 
       3 
35 
     | 
    
         
             
              - rule: ^https\:\/\/((cdn|fastly|gcore|test1|quantil)\.jsdelivr\.net\/npm|unpkg\.com)
         
     | 
| 
       4 
36 
     | 
    
         
             
                transform_rules:
         
     | 
| 
       5 
37 
     | 
    
         
             
                  - search: _
         
     | 
| 
         @@ -24,4 +56,3 @@ catch_rules: 
     | 
|
| 
       24 
56 
     | 
    
         
             
                      - _
         
     | 
| 
       25 
57 
     | 
    
         
             
                      - https://jsd.cdn.storisinz.site/gh
         
     | 
| 
       26 
58 
     | 
    
         
             
                      - https://code.webcache.cn/gh
         
     | 
| 
       27 
     | 
    
         
            -
             
     | 
    
        package/cw.js
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            importScripts("https://jsd.cdn.storisinz.site/npm/clientworker/dist/cw.js"); 
     | 
| 
      
 1 
     | 
    
         
            +
            importScripts("https://jsd.cdn.storisinz.site/npm/clientworker/dist/cw.js");
         
     |