🎈 pref:提升 tiktok 稳定性

This commit is contained in:
zhiyu1998 2024-08-09 15:16:17 +08:00
parent 39135a70ca
commit 291157c51f

View File

@ -417,7 +417,7 @@ export class tools extends plugin {
return false;
}
// 处理链接
let url = await processTikTokUrl(e.msg.trim(), isOversea, this.myProxy);
let url = e.msg.trim();
// 去除多余参数
const parsedUrl = new URL(url);
parsedUrl.search = '';