diff --git a/src/apps/com.antfortune.wealth.ts b/src/apps/com.antfortune.wealth.ts new file mode 100644 index 00000000..1e442e04 --- /dev/null +++ b/src/apps/com.antfortune.wealth.ts @@ -0,0 +1,16 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.antfortune.wealth', + name: '蚂蚁财富', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.alipay.mobile.quinox.LauncherActivity', + rules: + '[id="com.antfortune.wealth:id/welcome_page"] > RelativeLayout + View', + snapshotUrls: 'https://gkd-kit.songe.li/import/12776577', + }, + ], +});