diff --git a/src/apps/com.mymoney.ts b/src/apps/com.mymoney.ts new file mode 100644 index 00000000..8d9fb0c3 --- /dev/null +++ b/src/apps/com.mymoney.ts @@ -0,0 +1,24 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.mymoney', + name: '随手记', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + desc: '点击跳过', + rules: [ + { + matches: + '@View[clickable=true] <3 * <2 * < FrameLayout[id="com.mymoney:id/external_ad_content"]', + snapshotUrls: 'https://i.gkd.li/import/13855760', + }, + ], + }, + ], +});