mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
✨ feat: 添加哔哩哔哩不加https的支持 [#I6SFIU]
This commit is contained in:
parent
e6f3f5c049
commit
45840ee9ef
@ -294,7 +294,6 @@ export class tools extends plugin {
|
||||
}
|
||||
// 补充https
|
||||
url = url.startsWith("https://") ? url : "https://" + url;
|
||||
logger.info(url)
|
||||
// av处理
|
||||
const matched = url.match(/(av|AV)(\w+)/);
|
||||
if (matched) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user