mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
* 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
22 lines
437 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|