mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
33 lines
845 B
TypeScript
33 lines
845 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.bilibili.comic',
|
|
name: '哔哩哔哩漫画',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
quickFind: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: '[id="com.bilibili.comic:id/btn_full_ad_skip"]',
|
|
snapshotUrls: ['https://inspect.gkd.li/import/13063673'],
|
|
},
|
|
{
|
|
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://inspect.gkd.li/import/13063676',
|
|
'https://i.gkd.li/import/13262801',
|
|
],
|
|
},
|
|
],
|
|
});
|