mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
53 lines
1.3 KiB
TypeScript
53 lines
1.3 KiB
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.wacai365',
|
|
name: '挖财记账',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '更新提示',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules:
|
|
'@ImageView[id="com.wacai365:id/tv_cancel"] - TextView[text^="新版本"]',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/i/13249620', //com.wacai365.HomeActivity
|
|
'https://i.gkd.li/i/13772291', //com.wacai.android.wind.splash.WindDialogActivity
|
|
],
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '全屏广告-弹窗广告',
|
|
quickFind: true,
|
|
actionMaximum: 1,
|
|
activityIds: 'com.wacai365.HomeActivity',
|
|
rules: '[id^="com.wacai365:id/promote_banner_close"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13249666',
|
|
},
|
|
{
|
|
key: 3,
|
|
name: '开屏广告',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
actionMaximumKey: 0,
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
matches: '@View[clickable=true] <2 * <2 * < [vid="flTTContainer"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/14021540',
|
|
},
|
|
{
|
|
key: 1,
|
|
matches: '[text^="跳过"][text.length<=6]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13399124',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|