feat(4399游戏盒): 悬浮广告 (#1957)

This commit is contained in:
Kun Jinkao
2023-11-10 00:20:52 +08:00
committed by GitHub
parent 0293d88884
commit 452864ace7

View File

@@ -0,0 +1,33 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.m4399.gamecenter',
name: '4399游戏盒',
groups: [
{
key: 1,
name: '悬浮广告',
rules: [
{
key: 0,
name: '首页中心悬浮广告',
matchLauncher: true,
activityIds: 'com.bbk.launcher2.Launcher',
matches:
'[id="com.m4399.gamecenter:id/image"] + [id="com.m4399.gamecenter:id/close"]',
snapshotUrls: 'https://i.gkd.li/import/13297551',
},
{
key: 1,
name: '首页右侧悬浮广告',
activityIds:
'com.m4399.gamecenter.plugin.main.controllers.ApplicationActivity',
quickFind: true,
matches:
'@[id="com.m4399.gamecenter:id/close"] + [id="com.m4399.gamecenter:id/image"]',
snapshotUrls: 'https://i.gkd.li/import/13297466',
},
],
},
],
});