mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 18:52:31 +08:00
feat(微博): 请求定位权限弹窗(补充 activityId) (#1660)
* feat 开屏广告(补充 activityId)
* Revert "feat 开屏广告(补充 activityId)"
This reverts commit eb4e242421
.
* feat 请求定位权限弹窗(补充 activityId)
This commit is contained in:
parent
79b0c77420
commit
68bb7b9550
|
@ -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',
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user