mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(网上国网): 首页弹窗广告 (#454)
This commit is contained in:
16
src/apps/com.sgcc.wsgw.cn.ts
Normal file
16
src/apps/com.sgcc.wsgw.cn.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user