Files
AIsouler-GKD_subscription/src/apps/com.sup.android.superb.ts
2023-12-24 19:55:34 +08:00

29 lines
772 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.sup.android.superb',
name: '皮皮虾',
groups: [
{
key: 5,
name: '请求开启通知权限弹窗',
quickFind: true,
actionMaximum: 1,
resetMatch: 'app',
rules: '[text="开启推送通知"] +2 * > [text="以后再说"]',
snapshotUrls: 'https://i.gkd.li/import/13691081',
},
{
key: 6,
name: '右上角红包悬浮窗',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: 'com.sup.android.base.MainActivity',
rules:
'FrameLayout > RelativeLayout > @ImageView[clickable=true] + ImageView',
snapshotUrls: 'https://i.gkd.li/import/13624220',
},
],
});