mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 08:09:19 +00:00
🔧 chore: 移除 Pixivision 正则匹配规则
- 在 apps/tools.js 中移除 Pixivision 正则匹配规则以简化代码逻辑 - 确保其他功能不受影响,维持应用稳定性
This commit is contained in:
parent
720fc29ed2
commit
b114084276
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user