mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(BOSS直聘): 通知权限授权弹窗 (#2972)
This commit is contained in:
@@ -7,7 +7,10 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '通知权限授权弹窗',
|
name: '通知权限授权弹窗',
|
||||||
activityIds: 'com.hpbr.bosszhipin.module.main.activity.MainActivity',
|
activityIds: [
|
||||||
|
'com.hpbr.bosszhipin.module.main.activity.MainActivity',
|
||||||
|
'com.hpbr.bosszhipin.module.launcher.WelcomeActivity',
|
||||||
|
],
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
@@ -15,7 +18,10 @@ export default defineAppConfig({
|
|||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
matches: '@ImageView[id="com.hpbr.bosszhipin:id/iv_cancle"]',
|
matches: '@ImageView[id="com.hpbr.bosszhipin:id/iv_cancle"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13440781',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13440781',
|
||||||
|
'https://i.gkd.li/import/13623476',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user