mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
18 lines
441 B
TypeScript
18 lines
441 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'app.podcast.cosmos',
|
|
name: '小宇宙',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
activityIds: 'io.iftech.android.podcast.app.home.main.view.MainActivity',
|
|
matchLauncher: true,
|
|
quickFind: true,
|
|
rules: '[id="app.podcast.cosmos:id/tvSkip"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/12883661',
|
|
},
|
|
],
|
|
});
|