mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(微博): 请求定位权限弹窗(补充 activityId) (#1660)
* feat 开屏广告(补充 activityId) * Revert "feat 开屏广告(补充 activityId)" This reverts commit eb4e2424212be61ab3ee582bf0c94030b81d381c. * feat 请求定位权限弹窗(补充 activityId)
This commit is contained in:
@@ -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',
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user