Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

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

Merged
merged 4 commits into from
Jan 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions src/apps/com.zlfcapp.batterymanager.ts
Original file line number Diff line number Diff line change
@@ -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',
},
],
},
],
});