看板支持列表/卡片/网格三种学生视图切换

This commit is contained in:
JSR
2026-03-20 18:51:39 +08:00
parent e10c20eec5
commit 562639f75f
3 changed files with 86 additions and 14 deletions
+12
View File
@@ -578,6 +578,18 @@
"applyPreset": "Apply Preset",
"run": "Run SQL",
"runAll": "Run All",
"viewModes": {
"list": "List View",
"card": "Card View",
"grid": "Grid View"
},
"metrics": {
"totalScore": "Score",
"rewardPoints": "Reward",
"weekChange": "7d",
"weekDeducted": "7d Deduct",
"todayAnswered": "Today"
},
"sqlPlaceholder": "Enter SQL (single SELECT / WITH query only)",
"templateHint": "Template variables: {{today_start}}, {{since_7d}}, {{since_30d}}, {{now}}",
"templateDescription": "Use template variables directly in SQL. They will be replaced with ISO timestamps at runtime for both SQLite and PostgreSQL.",