mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
17
src/apps/app.podcast.cosmos.ts
Normal file
17
src/apps/app.podcast.cosmos.ts
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
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://gkd-kit.gitee.io/import/12883661',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user