Merge upstream/master into master

This commit is contained in:
EUForest
2026-02-13 23:06:43 +08:00
14 changed files with 131 additions and 32 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ func Currency(ctx *svc.ServiceContext) {
AccessKey string
}{}
tool.SystemConfigSliceReflectToStruct(currency, &configs)
ctx.ExchangeRate = 0 // Default exchange rate to 0
ctx.Config.Currency = config.Currency{
Unit: configs.CurrencyUnit,
Symbol: configs.CurrencySymbol,