Commit 3b007a7
committed
dist/ 目录下有多个同名的文件(global-proxy.js 和 auto-routing.js 分别在不同的子目录中),这导致了上传冲突。
添加了 Rename dist files with prefixes 步骤
该步骤会将 dist/ 目录下的所有 .js 文件复制到一个新的 dist-renamed/ 目录
文件名会根据其路径添加前缀,例如:
dist/cfw/global-proxy.js → cfw-global-proxy.js
dist/cvr/auto-routing.js → cvr-auto-routing.js
dist/clash-party/global-proxy.js → clash-party-global-proxy.js
这样每个文件都有唯一的名称,不会再发生上传冲突。
预期上传的文件名:
cfw-global-proxy.js
cvr-global-proxy.js
cvr-auto-routing.js
clash-party-global-proxy.js
clash-party-auto-routing.js1 parent 2ba5c11 commit 3b007a7
1 file changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
33 | 44 | | |
34 | 45 | | |
35 | 46 | | |
36 | | - | |
| 47 | + | |
37 | 48 | | |
38 | 49 | | |
0 commit comments