From b43e4349072014868dcf9e431a7a25a3d47ec39c Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Fri, 13 Oct 2023 01:26:50 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E5=AE=87=E5=AE=99):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#985)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #983 --- src/apps/app.podcast.cosmos.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/apps/app.podcast.cosmos.ts 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', + }, + ], +});