Skip to content

Commit 81b3914

Browse files
committed
feat: 规则维护更新
1 parent d33c6f3 commit 81b3914

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/globalGroups.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export default defineGkdGlobalGroups([
103103
'[text^="我已阅读"||text*="登录"||text*="退款"||text$="应用更新"||text*="播放"||text="浏览器打开"||text$="分享文件"||text="加入黑名单"][name!$=".CheckBox"&&name!$=".EditText"&&vid!$=".checkbox"][childCount=0][visibleToUser=true]',
104104
matches: [
105105
`[text*="通知" || text*="权限" || text*="公告" || text="广告" || text$="模式" || text$="签到" || text*="喜欢" || text*="是否满意" || text*="好评" || desc*="好评" || text*="评分" || text*="评价" || text*="获取" || text*="消息" || text*="使用" || text*="推荐" || text*="发现" || text*="推送" || text*="第一时间" || text*="免费" || text*="立即" || text*="剪贴板" || text*="开启" || text="去设置" || text*="使用" || text*="定位" || text*="位置" || text*="内容" || text*="调研" || text*="赞助" || text$="提示" || desc$="提示" || desc*="官网" || text*="交流" || text*="链接" || id$="image"]${CommonPrefix}`,
106-
`[(text^="暂不" || text^="暂时" || text$="继续使用" || text$="知道了" || desc$="知道了" || (text="取消"&&top>200) || text="关闭" || desc="关闭" || text^="我已知晓" || text*="拒绝" || text*="忽略" || text^="不再" || text$="再说" || text="不允许" || text*="不了" || text^="下次" || text="不,谢谢" || text="考虑一下" || text="没兴趣" || text="我没空" || text="關閉" || text="确定" || text="收到" || text="隐藏" || text="否" || text="返回")&&${CommonIdPostfix}&&text.length<6]${CommonPromptImpose}`,
106+
`[(text^="暂不" || text^="暂时" || text$="继续使用" || text$="知道了" || desc$="知道了" || (text="取消"&&top>200) || text="关闭" || desc="关闭" || text^="我已知晓" || text*="拒绝" || (text*="忽略"&&text!="全部忽略") || text^="不再" || text$="再说" || text="不允许" || text*="不了" || text^="下次" || text="不,谢谢" || text="考虑一下" || text="没兴趣" || text="我没空" || text="關閉" || text="确定" || text="收到" || text="隐藏" || text="否" || text="返回")&&${CommonIdPostfix}&&text.length<6]${CommonPromptImpose}`,
107107
],
108108
},
109109
],

src/subscription.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ apps.forEach((appConfig) => {
1919
});
2020

2121
export default defineGkdSubscription({
22-
id: 2,
22+
id: 9,
2323
name: 'Mrlc的个人订阅',
2424
version: 0,
2525
author: 'Mrlc',

0 commit comments

Comments
 (0)