mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
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:
21
src/apps/com.sfacg.ts
Normal file
21
src/apps/com.sfacg.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user