mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 18:25:15 +08:00
29 lines
772 B
TypeScript
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',
|
|
},
|
|
],
|
|
});
|