feat: 切换 schema dump 基线并增强返点结算与管理校验

This commit is contained in:
2026-06-08 17:41:41 +08:00
parent 2d32f006c5
commit 8d5d7f5b17
130 changed files with 5746 additions and 6723 deletions

View File

@@ -112,16 +112,4 @@ return [
'cooldown_minutes' => max(0, (int) env('LOTTERY_DRAW_COOLDOWN_MINUTES', 15)),
],
/*
| ui.formatAPI *_formatted 展示用(由 {@see \App\Support\CurrencyFormatter} 读取)
*/
'ui' => [
'format' => [
'currency' => [
'decimals' => max(0, min(12, (int) env('LOTTERY_CURRENCY_DISPLAY_DECIMALS', 2))),
'decimal_separator' => env('LOTTERY_CURRENCY_DECIMAL_SEP', '.'),
'thousands_separator' => env('LOTTERY_CURRENCY_THOUSANDS_SEP', ','),
],
],
],
];