Initial commit: AI 阅卷助手 Tauri v2 + Vue 3

This commit is contained in:
2026-07-19 13:12:37 +08:00
commit 8357bf016d
51 changed files with 24458 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
* { margin: 0; padding: 0; box-sizing: border-box; }
html[data-window="win-main"] { background: #1e1e1e; }
html[data-window="win-dialog"] { background: #f5f7fa; }
html[data-window="win-screenshot"] { background: transparent; }
body { user-select: none; }
#app { width: 100%; height: 100%; overflow: hidden; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.2); border-radius: 3px; }
::-webkit-scrollbar-track { background: transparent; }