mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
25 lines
634 B
TypeScript
25 lines
634 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.csg.palmhall',
|
|
name: '南网在线',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '更新提示',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: '@[text="关闭"] + [text="升级"]',
|
|
snapshotUrls: ['https://i.gkd.li/i/12700060'],
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '全屏广告-首页弹窗广告',
|
|
activityIds: ['com.csg.palmhall.MainActivity'],
|
|
rules: 'View > Image +(3) [text="不再显示"][clickable=true]',
|
|
snapshotUrls: ['https://i.gkd.li/i/12700075'],
|
|
},
|
|
],
|
|
});
|