mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
23
src/apps/com.hpbr.bosszhipin.ts
Normal file
23
src/apps/com.hpbr.bosszhipin.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user