mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
feat: HypeRate-全屏广告 #1456
This commit is contained in:
21
src/apps/io.hyperate.hyperateandroid.ts
Normal file
21
src/apps/io.hyperate.hyperateandroid.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
import { defineGkdApp } from '@gkd-kit/define';
|
||||
|
||||
export default defineGkdApp({
|
||||
id: 'io.hyperate.hyperateandroid',
|
||||
name: 'HypeRate',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '全屏广告',
|
||||
rules: [
|
||||
{
|
||||
activityIds: '.MainActivity',
|
||||
matches:
|
||||
'@Image[childCount=0][text.length>0] < View[childCount=1] - View[childCount=1] > [text="Customize Now"][visibleToUser=true]',
|
||||
exampleUrls: 'https://e.gkd.li/a9ee995f-1a7e-4663-86aa-b56a71e2ed5a',
|
||||
snapshotUrls: 'https://i.gkd.li/i/23598900',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user