mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(抖音): 关闭用户推荐
This commit is contained in:
@@ -9,5 +9,24 @@ export default defineAppConfig({
|
||||
name: '关闭青少年弹窗',
|
||||
rules: 'Button[text=`开启青少年模式`] + * > Button[text!=null]',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '关闭用户推荐',
|
||||
rules: [
|
||||
{
|
||||
activityIds:
|
||||
'com.google.android.material.bottomsheet.BottomSheetDialog',
|
||||
matches:
|
||||
'[id="com.ss.android.ugc.aweme:id/desc"][text="减少此类推荐"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12520962',
|
||||
},
|
||||
{
|
||||
activityIds: 'com.ss.android.ugc.aweme.main.MainActivity',
|
||||
matches:
|
||||
'[text="换一个"] - FrameLayout[clickable=true] > ImageView[clickable=true]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12520943',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user