feat: 增加airoport订阅链接标识
This commit is contained in:
parent
0b9086a3e4
commit
2f0123078b
@ -102,8 +102,8 @@ export const useGlobalStore = create<GlobalStore>()(
|
|||||||
if (type) return `https://${uuid}.${type}.${domain}`;
|
if (type) return `https://${uuid}.${type}.${domain}`;
|
||||||
return `https://${uuid}.${domain}`;
|
return `https://${uuid}.${domain}`;
|
||||||
} else {
|
} else {
|
||||||
if (type) return `https://${domain}${subscribe_path}?token=${uuid}&type=${type}`;
|
if (type) return `https://${domain}${subscribe_path}?token=${uuid}&type=${type}#airoPORT`;
|
||||||
return `https://${domain}${subscribe_path}?token=${uuid}`;
|
return `https://${domain}${subscribe_path}?token=${uuid}#airoPORT`;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user