🔧 chore: 移除 Pixivision 正则匹配规则

- 在 apps/tools.js 中移除 Pixivision 正则匹配规则以简化代码逻辑
- 确保其他功能不受影响,维持应用稳定性
This commit is contained in:
zhiyu1998 2024-09-19 19:30:36 +08:00
parent 720fc29ed2
commit b114084276

View File

@ -180,10 +180,6 @@ export class tools extends plugin {
reg: "(weibo.com|m.weibo.cn)",
fnc: "weibo",
},
{
reg: "(pixivision.net)",
fnc: "pixivision"
},
{
reg: "(weishi.qq.com)",
fnc: "weishi"