mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
27 lines
719 B
TypeScript
27 lines
719 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.ky.medical.reference',
|
|
name: '用药参考',
|
|
groups: [
|
|
{
|
|
key: -1,
|
|
name: '开屏广告',
|
|
activityIds: 'com.ky.medical.reference.activity.InitActivity',
|
|
rules: '[id="com.ky.medical.reference:id/btn_go"][text^="关闭"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12918049',
|
|
},
|
|
{
|
|
key: 0,
|
|
name: '弹窗广告',
|
|
activityIds: 'com.ky.medical.reference.promotion.AdDialogActivity',
|
|
rules: [
|
|
{
|
|
matches: '[id="com.ky.medical.reference:id/icClose"]',
|
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12840924',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|