mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(用药参考): 弹窗广告 (#771)
This commit is contained in:
19
src/apps/com.ky.medical.reference.ts
Normal file
19
src/apps/com.ky.medical.reference.ts
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.ky.medical.reference',
|
||||||
|
name: '用药参考',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user