feat(数字人民币): 更新提示 (#3736)

This commit is contained in:
Kun Jinkao
2024-01-14 20:25:25 +08:00
committed by GitHub
parent 06c0a8fc5b
commit 2917eafcf4

View File

@@ -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',
},
],
});