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/cn.trinea.android.developertools.ts
Normal file
24
src/apps/cn.trinea.android.developertools.ts
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
import { defineGkdApp } from '@gkd-kit/define';
|
||||||
|
|
||||||
|
export default defineGkdApp({
|
||||||
|
id: 'cn.trinea.android.developertools',
|
||||||
|
name: '开发助手',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '局部广告-卡片广告',
|
||||||
|
desc: '点击关闭',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'c.b.a',
|
||||||
|
matches:
|
||||||
|
'View[childCount=2] > View[childCount=1] + @Button[childCount=0] <<n [vid="alayout"]',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/6236d6de-c4e1-44d1-b6ff-f472996464a1',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/15140643',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user