feat: able to check topup history & consumption history (#78, #95)

This commit is contained in:
JustSong
2023-06-09 16:59:00 +08:00
parent e0d0674f81
commit 45e9fd66e7
4 changed files with 136 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ var OptionMap map[string]string
var OptionMapRWMutex sync.RWMutex
var ItemsPerPage = 10
var MaxRecentItems = 100
var PasswordLoginEnabled = true
var PasswordRegisterEnabled = true