Files
AIsouler-GKD_subscription/src/apps/com.sfacg.ts
walklty f986c9436b 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
2023-10-28 22:45:52 +08:00

22 lines
437 B
TypeScript

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',
},
],
},
],
});