Files
AIsouler-GKD_subscription/src/apps/com.mymoney.ts
2023-12-08 20:25:14 +08:00

22 lines
461 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.mymoney',
name: '随手记',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[text*="跳过"][text.length<=10]',
snapshotUrls: [
'https://i.gkd.li/import/12709192',
'https://i.gkd.li/import/13583695',
],
},
],
});