feat: 增加airoport订阅链接标识

This commit is contained in:
speakeloudest 2025-09-11 23:22:33 -07:00
parent 0b9086a3e4
commit 2f0123078b

View File

@ -102,8 +102,8 @@ export const useGlobalStore = create<GlobalStore>()(
if (type) return `https://${uuid}.${type}.${domain}`;
return `https://${uuid}.${domain}`;
} else {
if (type) return `https://${domain}${subscribe_path}?token=${uuid}&type=${type}`;
return `https://${domain}${subscribe_path}?token=${uuid}`;
if (type) return `https://${domain}${subscribe_path}?token=${uuid}&type=${type}#airoPORT`;
return `https://${domain}${subscribe_path}?token=${uuid}#airoPORT`;
}
});
},