From ec1c1e1fd1fa18c096160e43f2b45d94bc013ca6 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 19 Oct 2023 00:51:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BE=AE=E5=8D=9A):=20=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E5=AE=9A=E4=BD=8D=E6=9D=83=E9=99=90=E5=BC=B9=E7=AA=97=20(#1214?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.sina.weibo.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/apps/com.sina.weibo.ts b/src/apps/com.sina.weibo.ts index 7e16ece0..14e7aa6c 100644 --- a/src/apps/com.sina.weibo.ts +++ b/src/apps/com.sina.weibo.ts @@ -178,5 +178,13 @@ export default defineAppConfig({ '[id="com.sina.weibo:id/floating_window"] >2 [id="com.sina.weibo:id/close"]', snapshotUrls: ['https://gkd-kit.songe.li/import/12750118'], }, + { + key: 14, + name: '请求定位权限弹窗', + desc: '自动点击【以后再说】', + activityIds: 'com.sina.weibo.utils.WeiboDialog$CustomDialog', + rules: '@[text="以后再说"] + * + [text="去开启"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/13003311', + }, ], });