feat: Cubox-会员订阅界面 (#977)

Signed-off-by: chaos-liu <69047716+chaos-lsc@users.noreply.github.com>
Co-authored-by: AIsouler <zy43220@gmail.com>
This commit is contained in:
chaos-liu
2025-06-12 22:00:43 +08:00
committed by GitHub
parent 227dfdaaeb
commit 815a612df3

View File

@@ -0,0 +1,26 @@
import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'pro.cubox.androidapp',
name: 'Cubox',
groups: [
{
key: 1,
name: '全屏广告-会员广告',
desc: '点击关闭',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
fastQuery: true,
activityIds: '.ui.pro.ProAccountActivity',
matches:
'@View[clickable=true][childCount=0][visibleToUser=true][index=parent.childCount.minus(1)] - [text*="支付"] <5 View[childCount=6] < [vid="newCV"]',
exampleUrls: 'https://e.gkd.li/a51b01f3-d690-4bdf-9db1-f40e05212b11',
snapshotUrls: 'https://i.gkd.li/i/20708841',
},
],
},
],
});