mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
@@ -137,15 +137,25 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
key: 10,
|
key: 10,
|
||||||
quickFind: true,
|
|
||||||
actionMaximum: 1,
|
|
||||||
resetMatch: 'app',
|
|
||||||
name: '请求开启通知提示信息',
|
name: '请求开启通知提示信息',
|
||||||
desc: '自动点击“暂不”',
|
desc: '自动点击“暂不”',
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
quickFind: true,
|
||||||
activityIds: 'com.ss.android.ugc.aweme.main.MainActivity',
|
activityIds: 'com.ss.android.ugc.aweme.main.MainActivity',
|
||||||
rules:
|
rules: [
|
||||||
'@[text="暂不"][focusable=true] < LinearLayout - LinearLayout >(2) [text="开启朋友通知"]',
|
{
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12675129',
|
name: '顶部卡片',
|
||||||
|
matches:
|
||||||
|
'@[text="暂不"][focusable=true] < LinearLayout - LinearLayout >(2) [text="开启朋友通知"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/12675129',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: '半幅弹窗',
|
||||||
|
matches: '[text="及时获得消息提醒"] +2 [text="暂不开启"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13669790',
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
enable: false,
|
enable: false,
|
||||||
@@ -182,18 +192,25 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 13,
|
key: 13,
|
||||||
name: '添加搜索到桌面弹窗',
|
name: '添加快捷方式到桌面',
|
||||||
matchTime: 10000,
|
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
activityIds:
|
|
||||||
'com.ss.android.ugc.aweme.search.activity.SearchResultActivity',
|
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
name: '搜索快捷方式',
|
||||||
|
activityIds:
|
||||||
|
'com.ss.android.ugc.aweme.search.activity.SearchResultActivity',
|
||||||
action: 'back',
|
action: 'back',
|
||||||
matches: 'ViewGroup[desc="添加搜索到桌面"]',
|
matches: 'ViewGroup[desc="添加搜索到桌面"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13338556',
|
snapshotUrls: 'https://i.gkd.li/import/13338556',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: '商城快捷方式',
|
||||||
|
activityIds: 'com.ss.android.ugc.aweme.main.MainActivity',
|
||||||
|
matches:
|
||||||
|
'[text="添加抖音商城到桌面"] +2 LinearLayout > [text="不感兴趣"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13669682',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user