feat(10000社区): 开屏广告 (#1807)

This commit is contained in:
Kun Jinkao 2023-11-05 18:46:35 +08:00 committed by GitHub
parent 0da957ee31
commit ba6982c14f
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: 'dxwt.questionnaire.ui',
name: '10000社区',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[desc^="关闭"][desc.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13255491',
},
],
});