修正提醒文字

This commit is contained in:
2025-09-29 01:48:34 +08:00
parent f055c1995b
commit 0887347116
7 changed files with 231 additions and 3 deletions

View File

@@ -28,6 +28,9 @@
"test-combined-creativity-levels": "node scripts/test-combined-creativity-levels.js",
"test-combined-score-display": "node scripts/test-combined-score-display.js",
"test-combined-mobile-buttons": "node scripts/test-combined-mobile-buttons.js",
"test-logic-instructions": "node scripts/test-logic-instructions.js",
"test-logic-simple-instructions": "node scripts/test-logic-simple-instructions.js",
"test-combined-logic-instructions": "node scripts/test-combined-logic-instructions.js",
"update-logic-table": "node scripts/update-logic-table.js",
"seed-db": "npx tsx lib/database/seed.ts",
"seed-logic-questions": "npx tsx lib/database/seed-logic-questions.ts",