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

Commit

Permalink
feat(数字人民币): 更新提示 (#3736)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snoopy1866 authored Jan 14, 2024
1 parent 06c0a8f commit 2917eaf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/apps/cn.gov.pbc.dcep.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'cn.gov.pbc.dcep',
name: '数字人民币',
groups: [
{
key: 1,
name: '更新提示',
quickFind: true,
actionMaximum: 1,
resetMatch: 'app',
rules: '[vid="upgrade_dialog_cancel"]',
snapshotUrls: 'https://i.gkd.li/import/13840408',
},
],
});

0 comments on commit 2917eaf

Please sign in to comment.