Skip to content

Commit

Permalink
feat(魔法集市 Global): 开屏广告
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Dec 8, 2023
1 parent 178b3dc commit 77c1254
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/apps/com.masadoraandroid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.masadoraandroid',
name: 'masadora',
name: '魔法集市 Global',
groups: [
{
key: 1,
name: '开屏广告',
activityIds: ['com.masadoraandroid.ui.start.StartActivity'],
quickFind: true,
actionMaximum: 1,
resetMatch: 'app',
matchTime: 10000,
rules: [
{
matches: '[id="com.masadoraandroid:id/skip"]',
Expand Down

0 comments on commit 77c1254

Please sign in to comment.