From 98a1ef70fe7407186d96b19ece767246bf86d919 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 29 Apr 2024 11:03:51 +0800 Subject: [PATCH] =?UTF-8?q?feat(Samsung=20Music):=20=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E7=B1=BB-[=E4=BC=98=E5=8C=96=E7=94=B5=E6=B1=A0=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E9=87=8F]=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.sec.android.app.music.ts | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/apps/com.sec.android.app.music.ts diff --git a/src/apps/com.sec.android.app.music.ts b/src/apps/com.sec.android.app.music.ts new file mode 100644 index 00000000..11070875 --- /dev/null +++ b/src/apps/com.sec.android.app.music.ts @@ -0,0 +1,27 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.sec.android.app.music', + name: 'Samsung Music', + groups: [ + { + key: 1, + name: '功能类-[优化电池使用量]弹窗', + desc: '点击[取消]', + rules: [ + { + quickFind: true, + activityIds: + 'com.sec.android.app.music.common.activity.MusicMainActivity', + matches: [ + '[text="是否为三星音乐关闭优化电池使用量?"]', + '[text="取消"]', + ], + exampleUrls: + 'https://m.gkd.li/57941037/884ae3c4-5b94-4213-939c-9da783dd0be9', + snapshotUrls: 'https://i.gkd.li/i/15144792', + }, + ], + }, + ], +});