feat(QCY): 局部广告-我的-广告卡片 (#3806)

This commit is contained in:
adproqwq 2024-01-14 22:46:46 +08:00 committed by GitHub
parent bb0657bd92
commit 32af01f261
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,19 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.qcymall.earphonesetup',
name: 'QCY',
groups: [
{
key: 1,
name: '局部广告-我的-广告卡片',
quickFind: true,
matchTime: 10000,
resetMatch: 'activity',
activityIds: 'com.qcymall.earphonesetup.v2ui.activity.V2MainActivity',
actionMaximum: 1,
rules: '[vid="close_img_banner"]',
snapshotUrls: 'https://i.gkd.li/import/13874219',
},
],
});