| 27 | //常用量 |
| 28 | const Base64 = new Base64Code(); |
| 29 | const escapeRegExp = str => str.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&'); //处理特殊符号以便正则匹配使用 |
| 30 | var link1 = link0.split("#")[0] |
| 31 | const qxpng = "https://raw.githubusercontent.com/crossutility/Quantumult-X/master/quantumult-x.png" // server sub-info link |
| 32 | const subinfo_link = { "open-url": "https://t.me/QuanX_API", "media-url": "https://shrtm.nu/ebAr" }; |