feat(网上国网): 首页弹窗广告 (#454)

This commit is contained in:
Kun Jinkao
2023-09-28 19:54:31 +08:00
committed by GitHub
parent 77806bd5c9
commit d9e34196c2

View File

@@ -0,0 +1,16 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.sgcc.wsgw.cn',
name: '网上国网',
groups: [
{
key: 1,
name: '首页弹窗广告',
activityIds: 'com.sgcc.wsgw.mainbundle.NewsSyRemind2Activity',
rules:
'[id="com.sgcc.wsgw.cn:id/news_remind_laytout"] > RelativeLayout > [id="com.sgcc.wsgw.cn:id/btn_remind_close"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12745042',
},
],
});