perf(Reddit): 其他-关闭订阅社区消息提示 (#391)

Signed-off-by: DeepChirp <66902050+DeepChirp@users.noreply.github.com>
This commit is contained in:
DeepChirp
2024-10-06 19:30:37 +08:00
committed by GitHub
parent 95f5194a20
commit 32c7b4f6a9
2 changed files with 11 additions and 6 deletions

View File

@@ -6,15 +6,19 @@ export default defineGkdApp({
groups: [ groups: [
{ {
key: 3, key: 3,
name: '更新提示-社区消息', name: '其他-关闭订阅社区消息提示',
desc: '自动点击[Not Now]',
fastQuery: true, fastQuery: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [ rules: [
{ {
matches: '[id="com.reddit.frontpage:id/cancel_button"]', activityIds: 'com.reddit.launch.main.MainActivity',
snapshotUrls: 'https://i.gkd.li/i/13649914', matches:
'[vid="sheet_container"] > [vid="cancel_button"][text="Not Now"][clickable=true]',
snapshotUrls: [
'https://i.gkd.li/i/13649914',
'https://i.gkd.li/i/17269009',
],
exampleUrls: 'https://e.gkd.li/b640f2c9-4564-420f-8a2f-20f461032f3d',
}, },
], ],
}, },

View File

@@ -117,6 +117,7 @@ export const blackListAppIDs: string[] = [
'mufanc.tools.applock', // AppLock 'mufanc.tools.applock', // AppLock
'com.gankes.tsbattery', // TSBattery 'com.gankes.tsbattery', // TSBattery
'com.oasisfeng.nevo.xposed', // 女娲石 'com.oasisfeng.nevo.xposed', // 女娲石
'com.reddit.frontpage', // Reddit
'com.canghai.haoka', 'com.canghai.haoka',
'com.xy.td', 'com.xy.td',