mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(蜜雪冰城): 主界面弹窗广告 (#1179)
This commit is contained in:
@@ -10,10 +10,23 @@ export default defineAppConfig({
|
|||||||
activityIds: ['com.mxbc.mxsa.modules.splash.SplashActivity'],
|
activityIds: ['com.mxbc.mxsa.modules.splash.SplashActivity'],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
key: 1,
|
||||||
matches: '[id="com.mxbc.mxsa:id/count_down"]',
|
matches: '[id="com.mxbc.mxsa:id/count_down"]',
|
||||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12840093',
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12840093',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '主界面弹窗广告',
|
||||||
|
activityIds: ['com.mxbc.mxsa.modules.main.MainActivity'],
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
matches: '[id="com.mxbc.mxsa:id/close"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12929345',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user