feat: add ADMIN_USER_ROLE for user access admin panel (#363)

This commit is contained in:
Dream Hunter
2024-07-27 22:04:18 +08:00
committed by GitHub
parent a0805bc0ce
commit 5faae8796d
21 changed files with 81 additions and 56 deletions

View File

@@ -1,5 +1,5 @@
export const CONSTANTS = {
VERSION: 'v0.6.1',
VERSION: 'v0.7.0',
// DB settings
ADDRESS_BLOCK_LIST_KEY: 'address_block_list',