feat: able to set initial quota for new user (close #22)

This commit is contained in:
JustSong
2023-04-26 21:40:56 +08:00
parent 5a9fb6238b
commit 9c529f9674
6 changed files with 59 additions and 1 deletions
+2
View File
@@ -46,6 +46,8 @@ var WeChatAccountQRCodeImageURL = ""
var TurnstileSiteKey = ""
var TurnstileSecretKey = ""
var QuotaForNewUser = 100
const (
RoleGuestUser = 0
RoleCommonUser = 1