mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
28 lines
824 B
TypeScript
28 lines
824 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'cn.speedtest.lite',
|
|
name: '网速管家极速版',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '更新提示',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
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/i/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/i/12715511',
|
|
},
|
|
],
|
|
});
|