Files
AIsouler-GKD_subscription/src/apps/com.xiaoe.client.ts
2024-02-23 21:42:34 +08:00

24 lines
534 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.xiaoe.client',
name: '小鹅通',
groups: [
{
key: 1,
name: '更新提示-版本更新弹窗',
desc: '点击暂不更新',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: [
{
matches: 'FrameLayout[vid="centerPopupContainer"] [text="暂不更新"]',
snapshotUrls: 'https://i.gkd.li/i/13832282',
},
],
},
],
});