mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +08:00
perf: 抖音
This commit is contained in:
@@ -124,10 +124,7 @@ export default defineGkdApp({
|
|||||||
key: 1,
|
key: 1,
|
||||||
name: '商城快捷方式',
|
name: '商城快捷方式',
|
||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
activityIds: [
|
activityIds: ['.main.MainActivity', '.live.LiveDummyActivity'],
|
||||||
'com.ss.android.ugc.aweme.main.MainActivity',
|
|
||||||
'com.ss.android.ugc.aweme.live.LiveDummyActivity',
|
|
||||||
],
|
|
||||||
matches:
|
matches:
|
||||||
'[text="添加抖音商城到桌面"] +2 LinearLayout > [text="不感兴趣"]',
|
'[text="添加抖音商城到桌面"] +2 LinearLayout > [text="不感兴趣"]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
@@ -139,8 +136,7 @@ export default defineGkdApp({
|
|||||||
key: 2,
|
key: 2,
|
||||||
name: '搜索组件',
|
name: '搜索组件',
|
||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
activityIds:
|
activityIds: '.search.activity.SearchResultActivity',
|
||||||
'com.ss.android.ugc.aweme.search.activity.SearchResultActivity',
|
|
||||||
matches: '[text="暂不开启"][clickable=true]',
|
matches: '[text="暂不开启"][clickable=true]',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/14325749',
|
snapshotUrls: 'https://i.gkd.li/i/14325749',
|
||||||
},
|
},
|
||||||
@@ -163,20 +159,24 @@ export default defineGkdApp({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
activityIds: 'com.ss.android.ugc.aweme.main.MainActivity',
|
activityIds: '.main.MainActivity',
|
||||||
matches: '[text="不感兴趣"][visibleToUser=true]',
|
anyMatches: [
|
||||||
|
'FlattenUIText[text="不感兴趣"][visibleToUser=true]',
|
||||||
|
'@[text="不感兴趣"] - FrameLayout >2 [text*="也关注了"][visibleToUser=true]',
|
||||||
|
],
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/13800207',
|
'https://i.gkd.li/i/13800207',
|
||||||
'https://i.gkd.li/i/13996724',
|
'https://i.gkd.li/i/13996724',
|
||||||
'https://i.gkd.li/i/14661956',
|
'https://i.gkd.li/i/14661956',
|
||||||
],
|
],
|
||||||
|
excludeSnapshotUrls: 'https://i.gkd.li/i/23833191',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
activityIds: [
|
activityIds: [
|
||||||
'com.ss.android.ugc.aweme.live.LiveDummyActivity',
|
'.live.LiveDummyActivity',
|
||||||
'com.ss.android.ugc.aweme.commerce.sdk.MallContainerActivity',
|
'.commerce.sdk.MallContainerActivity',
|
||||||
'com.bytedance.android.shopping.store.tabkit.container.TabKitActivity',
|
'com.bytedance.android.shopping.store.tabkit.container.TabKitActivity',
|
||||||
],
|
],
|
||||||
matches: [
|
matches: [
|
||||||
@@ -259,8 +259,7 @@ export default defineGkdApp({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '顶部横条',
|
name: '顶部横条',
|
||||||
activityIds:
|
activityIds: '.search.activity.SearchResultActivity',
|
||||||
'com.ss.android.ugc.aweme.search.activity.SearchResultActivity',
|
|
||||||
matches: '@ImageView[clickable=true] - [text^="开启定位"]',
|
matches: '@ImageView[clickable=true] - [text^="开启定位"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/13755718',
|
snapshotUrls: 'https://i.gkd.li/i/13755718',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user