mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
feat(石墨文档): 开屏广告(优化规则)、首页顶部横幅广告 (#3050)
* feat 开屏广告(优化规则) * feat 首页顶部横幅广告
This commit is contained in:
@@ -7,17 +7,21 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds: [
|
matchTime: 10000,
|
||||||
'chuxin.shimo.shimowendang.launchad.mediatom.MediatomActivity',
|
actionMaximum: 1,
|
||||||
'chuxin.shimo.shimowendang.MainActivity',
|
resetMatch: 'app',
|
||||||
],
|
|
||||||
matchLauncher: true,
|
|
||||||
quickFind: true,
|
|
||||||
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/import/12894158', // chuxin.shimo.shimowendang.launchad.mediatom.MediatomActivity
|
'https://i.gkd.li/import/12894158',
|
||||||
'https://i.gkd.li/import/12894163', // chuxin.shimo.shimowendang.MainActivity
|
'https://i.gkd.li/import/12894163',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '首页顶部横幅广告',
|
||||||
|
activityIds: 'chuxin.shimo.shimowendang.MainActivity',
|
||||||
|
rules: '[desc="banner-desktop-announcement-close"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13627960',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user