Feat(时刻新闻): 开屏广告 (#2111)

* 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-14 21:14:34 +08:00
committed by GitHub
parent de319f43d7
commit e5c1885f3c

View File

@@ -0,0 +1,24 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.rednet.moment',
name: '时刻新闻',
groups: [
{
key: 1,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: [
{
matches: '[id="com.rednet.moment:id/skip_descr"]',
exampleUrls:
'https://m.gkd.li/6328439/0fa0dae9-ef89-42ea-be0d-e810741744cc',
snapshotUrls: 'https://i.gkd.li/import/13348244',
},
],
},
],
});