File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 66
77## 部署方式  
88
9- -    ** 部署 Pages** :` Fork 项目 `  --> ` 创建 Pages `  --> ` 连接 GitHub `  --> ` 选择分支 `  --> ` 保存并部署 ` 
10- 
11- -    ** 部署 Workers** :` 创建 Workers `  --> ` 复制 `  [ \_ worker.js] ( https://github.com/pierreteam/cfworker-image-proxy/blob/main/_worker.js )  --> ` 保存并部署 ` 
9+ -    ** 部署 Workers** :` 创建 Workers `  --> ` 复制 `  [ src/index.js] ( https://github.com/pierreteam/cfworker-image-proxy/blob/main/src/index.js )  --> ` 粘贴到 _worker.js `  --> ` 保存并部署 ` 
1210
1311-    ** 部署 Workers (Wrangler CLI)** : ` Clone 项目 `  --> 执行命令 ` npm install ` ,安装依赖 --> 执行命令 ` npm run deploy ` ,部署
1412
File renamed without changes.
Original file line number Diff line number Diff line change 11name  = " image-proxy" 
2- main  = " _worker.js" 
32compatibility_date  = " 2025-02-21" 
43
5- minify  = true 
4+ main  = " src/index.js " 
65
76workers_dev  = true 
87preview_urls  = false 
8+ minify  = true 
9+ upload_source_maps  = false 
910
1011[dev ]
1112ip  = " 0.0.0.0" 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments