mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
feat(华为应用市场): 更新弹窗、开屏广告(优化规则) (#1717)
* feat 更新弹窗 * feat 开屏广告(优化规则) * feat 广告卡片 * Revert "feat 广告卡片" This reverts commit a764cc2c3e9875b532fd25098f72f5e0b14c0db6.
This commit is contained in:
@@ -7,13 +7,19 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds: ['com.huawei.appmarket.MainActivity'],
|
quickFind: true,
|
||||||
rules: [
|
matchTime: 10000,
|
||||||
{
|
actionMaximum: 1,
|
||||||
matches: '[id="com.huawei.appmarket:id/skip_textview"]',
|
resetMatch: 'app',
|
||||||
snapshotUrls: ['https://gkd-kit.gitee.io/import/12683196'],
|
rules: '[id="com.huawei.appmarket:id/skip_textview"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12683196',
|
||||||
},
|
},
|
||||||
],
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '更新弹窗',
|
||||||
|
activityIds: 'com.huawei.appmarket.MarketActivity',
|
||||||
|
rules: '@[text="以后再说"] + [text="立即更新"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13228520',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user