From c1bc8b41e4a2d180a8a8be1ff69c30f99eb38c56 Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Fri, 8 Dec 2023 20:27:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B7=98=E5=AE=9D):=20=E5=BC=80=E5=90=AF?= =?UTF-8?q?=E6=82=AC=E6=B5=AE=E7=AA=97=E6=9D=83=E9=99=90=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=20(#2915)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(淘宝): 开启悬浮窗权限弹窗 * chore(actions): check_format_lint --------- Co-authored-by: adproqwq <2757917031@qq.com> Co-authored-by: github-actions[bot] --- src/apps/com.taobao.taobao.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps/com.taobao.taobao.ts b/src/apps/com.taobao.taobao.ts index 66d4b765..b24f86c4 100644 --- a/src/apps/com.taobao.taobao.ts +++ b/src/apps/com.taobao.taobao.ts @@ -150,5 +150,19 @@ export default defineAppConfig({ rules: '@[text="关闭"] < * <3 * < * + * >3 [text$="小额免密支付"]', snapshotUrls: 'https://i.gkd.li/import/13438414', }, + { + enable: false, + key: 14, + name: '开启悬浮窗权限', + desc: '点击“否”', + activityIds: + 'com.taobao.android.detail2.core.framework.floatwindow.permission.PermissionActivity', + quickFind: true, + actionMaximum: 1, + resetMatch: 'activity', + matchTime: 10000, + rules: '[id="android:id/button2"]', + snapshotUrls: 'https://i.gkd.li/import/13588165', + }, ], });