feat(菠萝包轻小说): 开屏广告 (#1454)

* Create com.sfacg.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>

close #1450
This commit is contained in:
walklty
2023-10-28 22:45:52 +08:00
committed by GitHub
parent 28f9467823
commit f986c9436b

21
src/apps/com.sfacg.ts Normal file
View File

@@ -0,0 +1,21 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.sfacg',
name: '菠萝包轻小说',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
actionMaximum: 1,
matchTime: 15000,
rules: [
{
matches: '[id="com.sfacg:id/tv_jump"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/13185579',
},
],
},
],
});