mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
feat(数字人民币): 更新提示 (#3736)
This commit is contained in:
17
src/apps/cn.gov.pbc.dcep.ts
Normal file
17
src/apps/cn.gov.pbc.dcep.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user