mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
feat(小马模拟器): 开屏广告 (#585)
This commit is contained in:
15
src/apps/com.ponyemu.main.ts
Normal file
15
src/apps/com.ponyemu.main.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user