by Robin at 20240403

This commit is contained in:
Leufolium 2024-04-03 16:45:30 +08:00
parent 44d9325e54
commit cd19d49538
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ const (
const (
AccountPunishment_BlockFromCreatingMoment = 0 // 禁止发贴
AccountPunishment_BlockFromCreatingFreeZoneMoment = 0 // 禁止发免费空间贴
AccountPunishment_BlockFromCreatingPaidZoneMoment = 0 // 禁止发付费空间贴
AccountPunishment_BlockFromCreatingFreeZoneMoment = 1 // 禁止发免费空间贴
AccountPunishment_BlockFromCreatingPaidZoneMoment = 2 // 禁止发付费空间贴
)
const (