mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +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)",
|
reg: "(weibo.com|m.weibo.cn)",
|
||||||
fnc: "weibo",
|
fnc: "weibo",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
reg: "(pixivision.net)",
|
|
||||||
fnc: "pixivision"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
reg: "(weishi.qq.com)",
|
reg: "(weishi.qq.com)",
|
||||||
fnc: "weishi"
|
fnc: "weishi"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user