mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +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,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
activityIds: [
|
matchTime: 10000,
|
||||||
'com.sina.weibo.MainTabActivity',
|
actionMaximum: 1,
|
||||||
'com.sina.weibo.mobileads.view.', // 需要补充快照
|
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,
|
key: 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user