mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 18:25:15 +08:00
feat(米游社): 局部广告-游戏版本活动 (#355)
This commit is contained in:
@@ -128,15 +128,30 @@ export default defineGkdApp({
|
|||||||
{
|
{
|
||||||
key: 6,
|
key: 6,
|
||||||
name: '全屏广告-游戏版本活动',
|
name: '全屏广告-游戏版本活动',
|
||||||
|
desc: '点击关闭',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
activityIds: 'com.mihoyo.hyperion.main.popup.HomePopupDialogActivity',
|
activityIds: '.main.popup.HomePopupDialogActivity',
|
||||||
matches: '[vid="closeIv"]',
|
matches: '[vid="closeIv"]',
|
||||||
exampleUrls: 'https://e.gkd.li/5c54c1cc-95ae-420d-b3af-37e8553a6327',
|
exampleUrls: 'https://e.gkd.li/5c54c1cc-95ae-420d-b3af-37e8553a6327',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/16818949',
|
snapshotUrls: 'https://i.gkd.li/i/16818949',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 7,
|
||||||
|
name: '局部广告-游戏版本活动',
|
||||||
|
desc: '点击关闭',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds: '.main.HyperionMainActivity',
|
||||||
|
matches: '[vid="bottomBarBgIv"] + * > [vid="close"][clickable=true]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/eb0dd2e4-02cc-41ff-a435-7a25f0ebb8b3',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/16975915',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user