Files
AIsouler-GKD_subscription/src/apps/com.mymoney.ts
2024-03-11 15:13:27 +08:00

35 lines
824 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.mymoney',
name: '随手记',
groups: [
{
key: 0,
name: '开屏广告',
desc: '点击跳过',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
actionMaximumKey: 0,
rules: [
{
key: 0,
matches:
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView <<n [id="android:id/content"]',
snapshotUrls: 'https://i.gkd.li/i/13855760',
},
{
key: 1,
matches: '[text*="跳过"][text.length<=10]',
snapshotUrls: [
'https://i.gkd.li/i/13939216',
'https://i.gkd.li/i/13939163',
],
},
],
},
],
});