(cnt)
| 828 | } |
| 829 | |
| 830 | function CDN(cnt) { |
| 831 | console.log("CDN start") |
| 832 | cnt = cnt.join("\n").replace(/https:\/\/raw.githubusercontent.com\/(.*?)\/(.*?)\/(.*)/gmi,"https://fastly.jsdelivr.net/gh/$1/$2@$3") |
| 833 | return cnt |
| 834 | } |
| 835 | |
| 836 | // 指定节点 host 参数 |
| 837 | function HOST_Handle(cnt,phost) { |
no test coverage detected