feat(前程无忧51Job):开屏广告 (#3152)

close #3149
This commit is contained in:
jiuqianyuan
2023-12-15 19:33:28 +08:00
committed by GitHub
parent deee86a2bc
commit cad0e0ac8e

View File

@@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.job.android',
name: '前程无忧51Job',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches: '[id="com.job.android:id/skipBtn"]',
snapshotUrls: 'https://i.gkd.li/import/13659403',
},
],
},
],
});