feat(摩托邦): 开屏广告 (#3769)

This commit is contained in:
Kun Jinkao
2024-01-14 21:18:15 +08:00
committed by GitHub
parent 1b8ca8eb24
commit a0f49288c3

18
src/apps/com.motoband.ts Normal file
View File

@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.motoband',
name: '摩托邦',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules:
'@View[clickable=true] <3 * <2 * < [vid="splash_container_half_size"]',
snapshotUrls: 'https://i.gkd.li/import/13849831',
},
],
});