Feat(oppo阅读): 开屏广告 (#2161)

* feat(oppo阅读):开屏广告

* chore(actions): check_format_lint

* feat(阅读): 开屏广告

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
Zeng Weiyu
2023-11-16 21:47:20 +08:00
committed by GitHub
parent 49b143f07a
commit 33b61ff8e9

View File

@@ -0,0 +1,24 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.heytap.reader',
name: '阅读',
groups: [
{
key: 1,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
quickFind: true,
matches: '[text*="跳过"][text.length<=10]',
exampleUrls:
'https://m.gkd.li/6328439/ee16eabc-470a-45b5-8d5f-398af1cae47e',
snapshotUrls: 'https://i.gkd.li/import/13375516',
},
],
},
],
});