Files
AIsouler-GKD_subscription/src/apps/com.masadoraandroid.ts
Lucio 95fbeeac67 feat(魔法集市 Global): 开屏广告 (#2901)
* fix: masadora

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

---------

Co-authored-by: Lucio-0408 <1026680384@qq.com>
Co-authored-by: lisonge <i@songe.li>
2023-12-08 22:01:28 +08:00

23 lines
472 B
TypeScript

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',
},
],
},
],
});