From 8b4c28ac6e61bef3c1dff3d31883b55019398ba1 Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Mon, 16 Oct 2023 00:33:48 +0800 Subject: [PATCH] =?UTF-8?q?feeat(=E7=8C=AB=E8=80=B3FM):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A,=E9=9D=92=E5=B0=91=E5=B9=B4?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=20(#1082)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create cn.missevan.ts * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] close #1081 --- src/apps/cn.missevan.ts | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/apps/cn.missevan.ts diff --git a/src/apps/cn.missevan.ts b/src/apps/cn.missevan.ts new file mode 100644 index 00000000..5b2d7159 --- /dev/null +++ b/src/apps/cn.missevan.ts @@ -0,0 +1,35 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'cn.missevan', + name: '猫耳FM', + groups: [ + { + key: 0, + name: '开屏广告', + desc: '点击:跳过', + matchLauncher: true, + quickFind: true, + activityIds: 'cn.missevan.activity.MainActivity', + rules: [ + { + matches: '[id="cn.missevan:id/skip_title"][text="跳过"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12908434', + }, + ], + }, + { + key: 1, + name: '青少年提示', + desc: '点击:知道了', + activityIds: 'cn.missevan.activity.MainActivity', + quickFind: true, + rules: [ + { + matches: '[id="cn.missevan:id/iKnowTextView"][text="我知道了"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12908433', + }, + ], + }, + ], +});