mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
22
src/apps/com.hpbr.directhires.ts
Normal file
22
src/apps/com.hpbr.directhires.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.hpbr.directhires',
|
||||
name: '店长直聘',
|
||||
groups: [
|
||||
{
|
||||
key: 3,
|
||||
name: '更新弹窗',
|
||||
quickFind: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
matches: '[id="com.hpbr.directhires:id/iv_close"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13774242',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user