mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
34 lines
827 B
TypeScript
34 lines
827 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.chan.cwallpaper',
|
|
name: '图凌',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
quickFind: true,
|
|
rules: '[vid="activate_button"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/14293734',
|
|
},
|
|
{
|
|
key: 1,
|
|
name: '全屏广告-会员回馈弹窗',
|
|
desc: '点击关闭',
|
|
rules: [
|
|
{
|
|
quickFind: true,
|
|
activityIds: 'com.chan.cwallpaper.module.main.MainActivity',
|
|
matches: '[vid="ivClose"]',
|
|
exampleUrls:
|
|
'https://m.gkd.li/57941037/8150c450-bcf8-4e8b-8236-4c3abebbeef3',
|
|
snapshotUrls: 'https://i.gkd.li/i/14308433',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|