feat(小马模拟器): 开屏广告 (#585)

This commit is contained in:
Kun Jinkao
2023-10-02 23:32:41 +08:00
committed by GitHub
parent 74c1289f72
commit 4099f84340

View File

@@ -0,0 +1,15 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.ponyemu.main',
name: '小马模拟器',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.ponyemu.main.activitys.AdLaunchActivity',
rules: '[id="com.ponyemu.main:id/time"] +2 [text="跳过"]',
snapshotUrls: 'https://gkd-kit.songe.li/import/12783200',
},
],
});