mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
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:
26
src/apps/pro.cubox.androidapp.ts
Normal file
26
src/apps/pro.cubox.androidapp.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user