mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(萤石云视频): 首页广告;规则优化 (#1818)
* feat(萤石云视频): 首页广告 * feat(萤石云视频): 规则优化 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
@@ -7,7 +7,10 @@ export default defineAppConfig({
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: ['com.videogo.login.LoadingActivity'],
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
matches: '[id="com.videogo:id/ad_skip_tv"]',
|
||||
@@ -15,5 +18,23 @@ export default defineAppConfig({
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '主页广告',
|
||||
quickFind: true,
|
||||
activityIds: ['com.videogo.main.MainTabActivity'],
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
matches: '[id="com.videogo:id/ad_close"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13255684',
|
||||
},
|
||||
{
|
||||
preKeys: 0,
|
||||
matches: '[id="com.videogo:id/ad_closead_nointerest"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13255697',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user