mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
15
src/apps/cn.hsa.app.ts
Normal file
15
src/apps/cn.hsa.app.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user