feat(晓晓优选): 开屏广告 (#2589)

This commit is contained in:
Kun Jinkao
2023-11-28 20:02:04 +08:00
committed by GitHub
parent 9af88c93c0
commit bbbb478fda

View File

@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'moc.nauxuoyoaixoaix.www',
name: '晓晓优选',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://i.gkd.li/import/13476862',
},
],
});