feature: support init db in admin portal (#658)

This commit is contained in:
Dream Hunter
2025-05-20 17:45:55 +08:00
committed by GitHub
parent 272b624b9b
commit 50326bcc98
15 changed files with 1897 additions and 1809 deletions

View File

@@ -1,6 +1,10 @@
export const CONSTANTS = {
VERSION: 'v' + '0.10.0',
// DB Version
DB_VERSION_KEY: 'db_version',
DB_VERSION: "v0.0.1",
// DB settings
ADDRESS_BLOCK_LIST_KEY: 'address_block_list',
SEND_BLOCK_LIST_KEY: 'send_block_list',