diff --git a/src/apps/com.pywm.fund.ts b/src/apps/com.pywm.fund.ts new file mode 100644 index 00000000..ab47f0a8 --- /dev/null +++ b/src/apps/com.pywm.fund.ts @@ -0,0 +1,34 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.pywm.fund', + name: '普益基金', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[id="com.pywm.fund:id/tv_countdown"]', + snapshotUrls: 'https://i.gkd.li/import/13327274', + }, + { + key: 1, + name: '版本更新', + matchLauncher: true, + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: 'TextView[text="立即更新"]', + action: 'back', + snapshotUrls: 'https://i.gkd.li/import/13327271', + }, + ], + }, + ], +});