feat(医脉通): 开屏广告 (#3000)

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

View File

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