mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
26 lines
806 B
TypeScript
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',
|
|
},
|
|
],
|
|
});
|