feat: 新增异步 API

This commit is contained in:
2024-01-26 22:04:32 +08:00
parent 619f346378
commit ae123aca86
13 changed files with 200 additions and 106 deletions

View File

@@ -7,3 +7,13 @@ vault-settings:
currency-name-singular: 金币
# Vault 显示货币名称(复数)
currency-name-plural: 金币
# 是否预加载玩家数据
# ALL对于所有货币类型都进行预加载
# VAULT只对绑定于 VaultAPI 的货币进行预加载
# NONE对任何货币都不进行预加载
# 预加载是指服务端启动时将数据库中所有玩家的货币余额都从数据库中加载到内存
# 开启预加载时,如果玩家数量过多,则可能会减慢服务器启动速度
# 一般来说,设置为 VAULT 即可
# 该功能暂未实现
pre-load-data: VAULT