diff --git a/src/apps/app.podcast.cosmos.ts b/src/apps/app.podcast.cosmos.ts new file mode 100644 index 00000000..9330cd8f --- /dev/null +++ b/src/apps/app.podcast.cosmos.ts @@ -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', + }, + ], +});