feat(电池容量检测管理):开屏广告 (#3953)

close #3951
This commit is contained in:
AIsouler
2024-01-28 13:38:23 +08:00
committed by GitHub
parent babfbc7728
commit 3fc00f94e7

View File

@@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.zlfcapp.batterymanager',
name: '电池容量检测管理',
groups: [
{
key: 1,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
quickFind: true,
matches: '@View[clickable=true] <<n [vid="splash_container"]',
snapshotUrls: 'https://i.gkd.li/import/13960341',
},
],
},
],
});