feat(小贝乐园平台): 开屏广告 (#2918)

* Create xin.banghua.beiyuan0.ts

小贝乐园开屏广告

* 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:
太上舞殇
2023-12-08 22:03:45 +08:00
committed by GitHub
parent 95fbeeac67
commit 6eb0416883

View File

@@ -0,0 +1,24 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'xin.banghua.beiyuan0',
name: '小贝乐园平台',
groups: [
{
key: 1,
name: '开屏广告',
quickFind: true,
actionMaximum: 1,
resetMatch: 'app',
matchTime: 10000,
rules: [
{
matches: '[text*="跳过"][text.length<=10]',
exampleUrls:
'https://m.gkd.li/58279234/eaa5ddd9-734a-40fe-9295-f89e1984ac8c',
snapshotUrls: 'https://i.gkd.li/import/13596389',
},
],
},
],
});