From f2e92ca1caaaa5b7c2c36d9192b1bfdcca458988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E6=96=B9=E5=A4=9C=E8=B0=AD?= <152615144+tianfangyetan1@users.noreply.github.com> Date: Fri, 24 Oct 2025 21:56:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B0=8F=E7=B1=B3=E7=9B=B8=E5=86=8C-?= =?UTF-8?q?=E6=B5=81=E9=87=8F=E5=90=8C=E6=AD=A5=E8=87=AA=E5=8A=A8=E7=82=B9?= =?UTF-8?q?=E5=87=BB[=E7=BB=A7=E7=BB=AD=E5=90=8C=E6=AD=A5]=20(#1309)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.miui.gallery.ts | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/apps/com.miui.gallery.ts b/src/apps/com.miui.gallery.ts index 99547b68..40a5951a 100644 --- a/src/apps/com.miui.gallery.ts +++ b/src/apps/com.miui.gallery.ts @@ -2,7 +2,7 @@ import { defineGkdApp } from '@gkd-kit/define'; export default defineGkdApp({ id: 'com.miui.gallery', - name: '相册', + name: '小米相册', groups: [ { key: 1, @@ -15,5 +15,20 @@ export default defineGkdApp({ }, ], }, + { + key: 2, + name: '功能类-流量同步自动点击[继续同步]', + rules: [ + { + fastQuery: true, + activityIds: '.activity.BackupDetailActivity', + matches: [ + '[text^="当前处于移动网络下,继续同步将消耗"]', + '[text="继续同步"]', + ], + snapshotUrls: 'https://i.gkd.li/i/23124555', + }, + ], + }, ], });