mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat(哈啰): 请求定位权限弹窗、请求通知权限弹窗 (#1722)
* modify app name * Revert "modify app name" This reverts commit b486eac9fd599596cad2da8de5dd83148a55103e. * feat 请求定位权限弹窗 * feat 请求通知权限弹窗
This commit is contained in:
@@ -4,7 +4,23 @@ export default defineAppConfig({
|
||||
id: 'com.jingyao.easybike',
|
||||
name: '哈啰',
|
||||
groups: [
|
||||
// 预留 key 0-9
|
||||
// 预留 key 0-8
|
||||
{
|
||||
key: 8,
|
||||
name: '请求通知权限弹窗',
|
||||
activityIds: 'com.yanzhenjie.permission.PermissionActivity',
|
||||
rules: '[text*="开启通知"] < FrameLayout + FrameLayout >2 [text="取消"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13228735',
|
||||
},
|
||||
{
|
||||
enable: false,
|
||||
key: 9,
|
||||
name: '请求定位权限弹窗',
|
||||
activityIds: 'com.hellobike.atlas.business.portal.PortalActivity',
|
||||
rules:
|
||||
'[text="系统定位服务已关闭"] < FrameLayout +n FrameLayout >2 [text="取消"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13228677',
|
||||
},
|
||||
{
|
||||
key: 10,
|
||||
name: '应用内活动、广告弹窗(大部分)',
|
||||
|
||||
Reference in New Issue
Block a user