Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(小鹅通):版本更新弹窗 (#3737)
Browse files Browse the repository at this point in the history
close #3719
  • Loading branch information
AIsouler authored Jan 14, 2024
1 parent 2917eaf commit 98ba0f4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/apps/com.xiaoe.client.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import { defineAppConfig } from '../types';

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

0 comments on commit 98ba0f4

Please sign in to comment.