improve gamelog sql

This commit is contained in:
pa
2026-01-29 15:49:37 +09:00
parent 949c64d17b
commit 48c1dd98fa
5 changed files with 366 additions and 147 deletions

View File

@@ -878,6 +878,7 @@ export const useAppearanceSettingsStore = defineStore(
.then(async ({ ok, value }) => {
if (!ok) return;
if (value) {
// TODO
let processedValue = Number(value);
if (processedValue > 10000) {
processedValue = 10000;