feat(魔法集市 Global): 开屏广告 (#2901)

* fix: masadora

* feat(魔法集市 Global): 开屏广告

---------

Co-authored-by: Lucio-0408 <1026680384@qq.com>
Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
Lucio 2023-12-08 22:01:28 +08:00 committed by GitHub
parent 450de25e96
commit 95fbeeac67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.masadoraandroid',
name: '魔法集市 Global',
groups: [
{
key: 1,
name: '开屏广告',
quickFind: true,
actionMaximum: 1,
resetMatch: 'app',
matchTime: 10000,
rules: [
{
matches: '[id="com.masadoraandroid:id/skip"]',
snapshotUrls: 'https://i.gkd.li/import/13578688',
},
],
},
],
});