feat(开发助手): 局部广告-卡片广告

This commit is contained in:
AIsouler
2024-04-28 11:24:29 +08:00
parent 866622ffc1
commit 56a2ca5515

View 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',
},
],
},
],
});