mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
* fix: masadora * feat(魔法集市 Global): 开屏广告 --------- Co-authored-by: Lucio-0408 <1026680384@qq.com> Co-authored-by: lisonge <i@songe.li>
23 lines
472 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|