mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
24 lines
585 B
TypeScript
24 lines
585 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.bilibili.comic',
|
|
name: '哔哩哔哩漫画',
|
|
deprecatedKeys: [0],
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '青少年模式弹窗',
|
|
quickFind: true,
|
|
matchTime: 15000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
activityIds: ['com.bilibili.comic.home.view.FlutterMainActivity'],
|
|
rules: '[id="com.bilibili.comic:id/tv_know"]',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/import/13063676',
|
|
'https://i.gkd.li/import/13262801',
|
|
],
|
|
},
|
|
],
|
|
});
|