feat(小特):开屏广告 (#4062)

This commit is contained in:
AIsouler 2024-01-28 13:21:37 +08:00 committed by GitHub
parent 6888d705f3
commit 947bb42a1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

22
src/apps/com.xiaote.ts Normal file
View File

@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.xiaote',
name: '小特',
groups: [
{
key: 1,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches: '[id="com.xiaote:id/ad_close"][text*="关闭"]',
snapshotUrls: 'https://i.gkd.li/import/14035706',
},
],
},
],
});