feat(美之图): 开屏广告 (#1847)

* feat 开屏广告

* feat(美之图): 开屏广告

---------

Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
Kun Jinkao
2023-11-05 21:53:34 +08:00
committed by GitHub
parent 38ae335c90
commit d83c0224f0

View File

@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.mmzztt.app',
name: '美之图',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[text="跳过"]',
snapshotUrls: 'https://i.gkd.li/import/13258832',
},
],
});