mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(微博): 请求定位权限弹窗(补充规则) (#1812)
This commit is contained in:
@@ -202,15 +202,27 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 14,
|
key: 14,
|
||||||
name: '请求定位权限弹窗',
|
name: '请求定位权限弹窗',
|
||||||
desc: '自动点击【以后再说】',
|
quickFind: true,
|
||||||
activityIds: [
|
rules: [
|
||||||
'com.sina.weibo.MainTabActivity',
|
{
|
||||||
'com.sina.weibo.utils.WeiboDialog$CustomDialog',
|
key: 0,
|
||||||
],
|
activityIds: [
|
||||||
rules: '@[text="以后再说"] + * + [text="去开启"]',
|
'com.sina.weibo.MainTabActivity',
|
||||||
snapshotUrls: [
|
'com.sina.weibo.utils.WeiboDialog$CustomDialog',
|
||||||
'https://i.gkd.li/import/13218093',
|
],
|
||||||
'https://i.gkd.li/import/13003311',
|
matches: '@[text="以后再说"] + * + [text="去开启"]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13218093',
|
||||||
|
'https://i.gkd.li/import/13003311',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
activityIds: 'com.sina.weibo.MainTabActivity',
|
||||||
|
matches:
|
||||||
|
'@[id="com.sina.weibo:id/btn_close"] +2 [text="使用您的位置信息"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13255595',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user