refactor(config): 合并用户注册配置并调整默认配额

将 UserRegisterProperties 内嵌到 AppConfig,删除独立配置类;
freeTrialQuota 由 5 改为 3,新增 rewardBalance 字段;
同步更新 UserServiceImpl 初始化逻辑及 yml 配置。
This commit is contained in:
2025-12-17 13:24:38 +08:00
parent 8e26488738
commit a237bc2987
5 changed files with 15 additions and 49 deletions

View File

@@ -25,9 +25,11 @@ logging:
# ??????????
name: logs/keyborad-backend.log
# ????????
max-size: 10MB
# ?????????
max-history: 30
logback:
rollingpolicy:
max-file-size: 10MB
max-history: 30
# ??????
user: