feat(临床指南): 开屏广告 (#3001)

This commit is contained in:
Kun Jinkao
2023-12-11 19:41:26 +08:00
committed by GitHub
parent 68402b2d68
commit e2cffcc5f4

View File

@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'cn.medlive.guideline.android',
name: '临床指南',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[id="cn.medlive.guideline.android:id/textSkip"]',
snapshotUrls: 'https://i.gkd.li/import/13625397',
},
],
});