feat(国家医保服务平台): 开屏广告 (#750)

Co-authored-by: dlh <du__th@163.com>
This commit is contained in:
dlh
2023-10-08 23:11:45 +08:00
committed by GitHub
parent 2aafa0f43d
commit f63a05d264

15
src/apps/cn.hsa.app.ts Normal file
View File

@@ -0,0 +1,15 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'cn.hsa.app',
name: '国家医保服务平台',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'cn.hsa.app.login.ui.OpeningPageActivity',
rules: '[id="cn.hsa.app:id/tvCountDown"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12839891',
},
],
});