mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(知乎极速版): 局部广告-底部悬浮卡片
This commit is contained in:
24
src/apps/com.zhihu.android.lite.ts
Normal file
24
src/apps/com.zhihu.android.lite.ts
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
import { defineGkdApp } from '@gkd-kit/define';
|
||||||
|
|
||||||
|
export default defineGkdApp({
|
||||||
|
id: 'com.zhihu.android.lite',
|
||||||
|
name: '知乎极速版',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '局部广告-底部悬浮卡片',
|
||||||
|
desc: '点击关闭',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds:
|
||||||
|
'com.zhihu.android.mixshortcontainer.MixShortContainerActivity',
|
||||||
|
matches:
|
||||||
|
'View[childCount=3] > @View[clickable=true][childCount=1][text=""] > Image[childCount=0][text=""] <<n [vid="view_content"]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/23c80cb4-4bad-451c-b8e9-bfdbdfa7c6c5',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/16413243',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user