feat(韩小圈): 开屏广告 (#1771)

* feat(韩小圈): 开屏广告

* chore(actions): check_format_lint

* feat(韩小圈): 开屏广告

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
Frank Zhang
2023-11-04 00:40:01 +08:00
committed by GitHub
parent c5cd0d8367
commit 46a7c791be

View File

@@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.babycloud.hanju',
name: '韩小圈',
groups: [
{
key: 1,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches: '[text*="跳过"][text.length<=5]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/13234983',
},
],
},
],
});