feat(微博) 定位提示-请求定位权限弹窗(优化规则) (#48)

This commit is contained in:
AIsouler
2024-02-15 20:01:23 +08:00
committed by GitHub

View File

@@ -199,10 +199,7 @@ export default defineAppConfig({
rules: [ rules: [
{ {
key: 0, key: 0,
activityIds: [ actionMaximum: 1,
'com.sina.weibo.MainTabActivity',
'com.sina.weibo.utils.WeiboDialog$CustomDialog',
],
matches: '@[text="以后再说"] + * + [text="去开启"]', matches: '@[text="以后再说"] + * + [text="去开启"]',
snapshotUrls: [ snapshotUrls: [
'https://i.gkd.li/import/13218093', 'https://i.gkd.li/import/13218093',
@@ -211,7 +208,7 @@ export default defineAppConfig({
}, },
{ {
key: 1, key: 1,
activityIds: 'com.sina.weibo.MainTabActivity', actionMaximumKey: 0,
matches: matches:
'@[id="com.sina.weibo:id/btn_close"] +2 [text="使用您的位置信息"]', '@[id="com.sina.weibo:id/btn_close"] +2 [text="使用您的位置信息"]',
snapshotUrls: 'https://i.gkd.li/import/13255595', snapshotUrls: 'https://i.gkd.li/import/13255595',