mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +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,
|
||||
name: '开屏广告',
|
||||
activityIds: ['com.huawei.appmarket.MainActivity'],
|
||||
rules: [
|
||||
{
|
||||
matches: '[id="com.huawei.appmarket:id/skip_textview"]',
|
||||
snapshotUrls: ['https://gkd-kit.gitee.io/import/12683196'],
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
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