feat(店长直聘): 更新弹窗(gkd-kit#3473) (#3550)

close #3473
This commit is contained in:
aoguai
2024-01-02 20:35:48 +08:00
committed by GitHub
parent 0ecbf1c14f
commit 6acd0e92b9

View 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',
},
],
},
],
});