mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 17:12:09 +08:00
feat: add profile name param for script
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
function main(config) {
|
||||
function main(config, _name) {
|
||||
if (Array.isArray(config.proxies)) {
|
||||
config.proxies.forEach((p, i) => {
|
||||
if (p.type === "hysteria" && typeof p.alpn === "string") {
|
||||
|
||||
Reference in New Issue
Block a user