feat(Oclean Care): 开屏广告 (#2756)

close #2754
This commit is contained in:
adproqwq 2023-12-03 16:51:21 +08:00 committed by GitHub
parent 05fec6b1e6
commit ecfa7380c5
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.yunding.noopsychebrush',
name: 'Oclean Care',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
resetMatch: 'app',
actionMaximum: 1,
matchTime: 10000,
rules: '[id="com.yunding.noopsychebrush:id/btn_skip"]',
snapshotUrls: 'https://i.gkd.li/import/13536134',
},
],
});