mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
16
src/apps/tv.danmaku.bilibilihd.ts
Normal file
16
src/apps/tv.danmaku.bilibilihd.ts
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'tv.danmaku.bilibilihd',
|
||||||
|
name: '哔哩哔哩HD',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
activityIds: 'tv.danmaku.bili.MainActivityV2',
|
||||||
|
matchLauncher: true,
|
||||||
|
rules: '[id="tv.danmaku.bilibilihd:id/count_down"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/13031261',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user