mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(随便扫): 顶部广告卡片
This commit is contained in:
22
src/apps/com.jim.qrcode.ts
Normal file
22
src/apps/com.jim.qrcode.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
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://gkd-kit.gitee.io/import/12606861',
|
||||
'https://gkd-kit.gitee.io/import/12606862',
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user