mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
16 lines
355 B
TypeScript
16 lines
355 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'online.bangumi',
|
|
name: 'アニメ新番組',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'online.bangumi.MainActivity',
|
|
rules: 'TextView[text^="跳過"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12799678',
|
|
},
|
|
],
|
|
});
|