feat(蚂蚁财富): 开屏广告 (#554)

This commit is contained in:
Kun Jinkao
2023-10-02 22:56:11 +08:00
committed by GitHub
parent 6a1973ae06
commit 5df86fafa6

View File

@@ -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',
},
],
});