feat(网速管家极速版): 更新弹窗, 新人专享优惠弹窗 (#367)

This commit is contained in:
Kun Jinkao
2023-09-25 21:59:42 +08:00
committed by GitHub
parent 97123c8772
commit 68efba257b

View File

@@ -0,0 +1,25 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'cn.speedtest.lite',
name: '网速管家极速版',
groups: [
{
key: 1,
name: '更新弹窗',
activityIds: 'cn.speedtest.lite.main.MainActivity',
rules:
'@[id="cn.speedtest.lite:id/iv_close"] - [id="cn.speedtest.lite:id/ll_main_pane"] >2 [id="cn.speedtest.lite:id/tv_upgrade_content"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12715483',
},
{
enable: false,
key: 10,
name: '新人专享优惠弹窗',
activityIds: 'cn.speedtest.lite.main.MainActivity',
rules:
'@[id="cn.speedtest.lite:id/iv_close"] - RelativeLayout >n [id="cn.speedtest.lite:id/ad_banner"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12715511',
},
],
});