Files
AIsouler-GKD_subscription/src/apps/cn.speedtest.lite.ts
2023-11-10 10:16:32 +08:00

26 lines
806 B
TypeScript

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://i.gkd.li/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://i.gkd.li/import/12715511',
},
],
});