mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(蚂蚁财富): 开屏广告 (#554)
This commit is contained in:
16
src/apps/com.antfortune.wealth.ts
Normal file
16
src/apps/com.antfortune.wealth.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user