feat(点淘): 开屏广告 (#1612)

This commit is contained in:
Kun Jinkao
2023-10-31 00:20:18 +08:00
committed by GitHub
parent 325d762010
commit e067474e3b

View File

@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.taobao.live',
name: '点淘',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[id="com.taobao.live:id/splash_jump_btn"]',
snapshotUrls: 'https://i.gkd.li/import/13206942',
},
],
});