mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(微博): 开屏广告-规则优化 (#1496)
* feat(微博): 开屏广告 * Update com.sina.weibo.ts * feat(微博): 开屏广告-规则优化 --------- Co-authored-by: lisonge <i@songe.li> close #1485
This commit is contained in:
@@ -8,12 +8,14 @@ export default defineAppConfig({
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
quickFind: true,
|
||||
activityIds: [
|
||||
'com.sina.weibo.MainTabActivity',
|
||||
'com.sina.weibo.mobileads.view.', // 需要补充快照
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: 'TextView[text="跳过"]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/import/12782355',
|
||||
'https://i.gkd.li/import/13194049',
|
||||
],
|
||||
rules: ['@RelativeLayout > TextView[text="跳过"]'],
|
||||
snapshotUrls: 'https://i.gkd.li/import/12782355',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
|
||||
Reference in New Issue
Block a user