feat(BOSS直聘): 通知权限授权弹窗 (#2413)

close #2406
This commit is contained in:
adproqwq
2023-11-23 23:58:55 +08:00
committed by GitHub
parent 83c53e2cd1
commit 218f5974d2

View File

@@ -0,0 +1,23 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.hpbr.bosszhipin',
name: 'BOSS直聘',
groups: [
{
key: 0,
name: '通知权限授权弹窗',
activityIds: 'com.hpbr.bosszhipin.module.main.activity.MainActivity',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'activity',
rules: [
{
matches: '@ImageView[id="com.hpbr.bosszhipin:id/iv_cancle"]',
snapshotUrls: 'https://i.gkd.li/import/13440781',
},
],
},
],
});