mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(中国工商银行): 开屏广告 (#422)
This commit is contained in:
@@ -4,11 +4,18 @@ export default defineAppConfig({
|
|||||||
id: 'com.icbc',
|
id: 'com.icbc',
|
||||||
name: '中国工商银行',
|
name: '中国工商银行',
|
||||||
groups: [
|
groups: [
|
||||||
|
{
|
||||||
|
key: -1,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'com.icbc.activity.init.LoadingAdvActivity',
|
||||||
|
rules: '[id="com.icbc:id/tv_skip_adv"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12739088',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '第一次启动提示',
|
name: '第一次启动提示',
|
||||||
activityIds: 'com.icbc.activity.init.SplashActivity',
|
activityIds: 'com.icbc.activity.init.SplashActivity',
|
||||||
rules: '[id=`com.icbc:id/close_btn`]',
|
rules: '[id="com.icbc:id/close_btn"]',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user