mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
perf(Reddit): 其他-关闭订阅社区消息提示 (#391)
Signed-off-by: DeepChirp <66902050+DeepChirp@users.noreply.github.com>
This commit is contained in:
@@ -6,15 +6,19 @@ export default defineGkdApp({
|
||||
groups: [
|
||||
{
|
||||
key: 3,
|
||||
name: '更新提示-社区消息',
|
||||
name: '其他-关闭订阅社区消息提示',
|
||||
desc: '自动点击[Not Now]',
|
||||
fastQuery: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
matches: '[id="com.reddit.frontpage:id/cancel_button"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/13649914',
|
||||
activityIds: 'com.reddit.launch.main.MainActivity',
|
||||
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',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -117,6 +117,7 @@ export const blackListAppIDs: string[] = [
|
||||
'mufanc.tools.applock', // AppLock
|
||||
'com.gankes.tsbattery', // TSBattery
|
||||
'com.oasisfeng.nevo.xposed', // 女娲石
|
||||
'com.reddit.frontpage', // Reddit
|
||||
|
||||
'com.canghai.haoka',
|
||||
'com.xy.td',
|
||||
|
||||
Reference in New Issue
Block a user