From 68bb7b9550f469d8bdf201085ad339179c5eb1bf Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Wed, 1 Nov 2023 00:31:40 +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=EF=BC=88?= =?UTF-8?q?=E8=A1=A5=E5=85=85=20activityId=EF=BC=89=20(#1660)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat 开屏广告(补充 activityId) * Revert "feat 开屏广告(补充 activityId)" This reverts commit eb4e2424212be61ab3ee582bf0c94030b81d381c. * feat 请求定位权限弹窗(补充 activityId) --- src/apps/com.sina.weibo.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/apps/com.sina.weibo.ts b/src/apps/com.sina.weibo.ts index c7d5ec91..c14aa181 100644 --- a/src/apps/com.sina.weibo.ts +++ b/src/apps/com.sina.weibo.ts @@ -203,9 +203,15 @@ export default defineAppConfig({ key: 14, name: '请求定位权限弹窗', desc: '自动点击【以后再说】', - activityIds: 'com.sina.weibo.utils.WeiboDialog$CustomDialog', + activityIds: [ + 'com.sina.weibo.MainTabActivity', + 'com.sina.weibo.utils.WeiboDialog$CustomDialog', + ], rules: '@[text="以后再说"] + * + [text="去开启"]', - snapshotUrls: 'https://i.gkd.li/import/13003311', + snapshotUrls: [ + 'https://i.gkd.li/import/13218093', + 'https://i.gkd.li/import/13003311', + ], }, ], });