Feat(党建头条): 开屏广告 (#2128)

* feat(党建头条):开屏广告

* 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:26:33 +08:00
committed by GitHub
parent 10031a2fad
commit 9036e4056c

View File

@@ -0,0 +1,24 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.djttw.news',
name: '党建头条',
groups: [
{
key: 1,
name: '开屏广告',
actionDelay: 200,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches: '[text="跳过"]',
exampleUrls:
'https://m.gkd.li/6328439/3434673a-67eb-4c81-8fd3-c69dfa8d00db',
snapshotUrls: 'https://i.gkd.li/import/13359665',
},
],
},
],
});