mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(中国建设银行): 我的页面-广告弹窗 (#393)
This commit is contained in:
16
src/apps/com.chinamworld.main.ts
Normal file
16
src/apps/com.chinamworld.main.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.chinamworld.main',
|
||||
name: '中国建设银行',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '我的页面-广告弹窗',
|
||||
activityIds: 'com.ccb.start.view.startdialog.StartDialogActivity',
|
||||
rules:
|
||||
'[id="com.chinamworld.main:id/indicator_container_container"] + [id="com.chinamworld.main:id/close"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12726961',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user