Files
AIsouler-GKD_subscription/src/apps/com.jim.qrcode.ts
2024-05-06 20:36:02 +08:00

23 lines
569 B
TypeScript

import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'com.jim.qrcode',
name: '随便扫',
groups: [
{
key: 0,
name: '局部广告-顶部卡片广告',
desc: '点击卡片右上角关闭按钮',
activityIds: [
'com.jim.qrcode.MainActivity',
'com.miui.home.launcher.Launcher',
],
rules: 'TextView[text.length>0] < FrameLayout + FrameLayout > ImageView',
snapshotUrls: [
'https://i.gkd.li/i/12606861',
'https://i.gkd.li/i/12606862',
],
},
],
});