feat(快科技): 开屏广告 (#1585)

* Create com.kkeji.news.client.ts

* 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>

close #1577
This commit is contained in:
walklty
2023-10-30 23:24:11 +08:00
committed by GitHub
parent ba79566172
commit b5d01fc0ab

View File

@@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.kkeji.news.client',
name: '快科技',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches: '[id="com.kkeji.news.client:id/tv_counter"]',
snapshotUrls: 'https://i.gkd.li/import/13197536',
},
],
},
],
});