feat(淄博出行): 广告弹窗 (#2268)

close #2239
This commit is contained in:
jiuqianyuan 2023-11-20 20:49:12 +08:00 committed by GitHub
parent b01059e870
commit f745999279
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.pandabus.android.zb',
name: '淄博出行',
groups: [
{
key: 3,
name: '广告弹窗',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[id="com.pandabus.android.zb:id/iv_native_dislike"]',
snapshotUrls: 'https://i.gkd.li/import/13400177',
},
],
});