mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
chore: add ci tool
This commit is contained in:
@@ -25,9 +25,7 @@ export default defineAppConfig({
|
||||
enable: false,
|
||||
activityIds: 'com.douban.frodo.subject.activity.RatingActivity',
|
||||
rules: '[id="com.douban.frodo:id/check_status"][checked=true]',
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.gitee.io/import/12508777'
|
||||
]
|
||||
snapshotUrls: ['https://gkd-kit.gitee.io/import/12508777'],
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
@@ -35,14 +33,16 @@ export default defineAppConfig({
|
||||
activityIds: 'com.douban.frodo.baseproject.image.SociableImageActivity',
|
||||
rules: [
|
||||
{
|
||||
matches: 'TextView[id="com.douban.frodo:id/ad_not_interest"][text="广告"][visibleToUser=true]',
|
||||
matches:
|
||||
'TextView[id="com.douban.frodo:id/ad_not_interest"][text="广告"][visibleToUser=true]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12509475',
|
||||
},
|
||||
{
|
||||
matches: 'TextView[id="com.douban.frodo:id/mainText"][text="不感兴趣"]',
|
||||
matches:
|
||||
'TextView[id="com.douban.frodo:id/mainText"][text="不感兴趣"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12509476',
|
||||
},
|
||||
]
|
||||
}
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
@@ -83,7 +83,7 @@ export default defineAppConfig({
|
||||
'TextView[text$=`的广告`] - Image[id=null]',
|
||||
'TextView[text*=`广告`] +2 Image[id=null]', // 1687338556331
|
||||
'TextView[text*=`点赞`][text*=`的回答`] +2 Image[id=null]', // 1687076663768 1686969672948
|
||||
`TextView[text=''] + Image[text=''] + TextView[text=''] + Image[id=null][clickable=true]`, // 1687234636980
|
||||
`TextView[text=''] + Image[text=''] + TextView[text='\u200b'] + Image[id=null][clickable=true]`, // 1687234636980
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user