mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
17 lines
428 B
TypeScript
17 lines
428 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'info.zzjdev.musicdownload',
|
|
name: '嘀嘀动漫',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'info.zzjdev.musicdownload.start.SplashActivity1',
|
|
matchLauncher: true,
|
|
rules: '[id="info.zzjdev.musicdownload:id/skip_view"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13187827',
|
|
},
|
|
],
|
|
});
|