feat: 恢复 "关闭" 类型广告

This commit is contained in:
lisonge
2024-01-03 21:59:58 +08:00
parent d96eabc66c
commit 4910a6896b
11 changed files with 128 additions and 4 deletions

View File

@@ -4,6 +4,19 @@ export default defineAppConfig({
id: 'com.zgnet.eClass',
name: '掌医课堂',
groups: [
{
key: 1,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches: 'TextView[id$="tv_close_time"&&text^="关闭"]',
snapshotUrls: ['https://i.gkd.li/import/12644260'],
},
],
},
{
key: 2,
enable: false,