mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
16 lines
377 B
TypeScript
16 lines
377 B
TypeScript
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://i.gkd.li/import/12839891',
|
|
},
|
|
],
|
|
});
|