feat: 新增班优导入并修复班级头像显示

This commit is contained in:
JSR
2026-03-25 21:40:20 +08:00
parent a651fd672a
commit 8b8ff9c916
8 changed files with 955 additions and 33 deletions
+14
View File
@@ -468,10 +468,12 @@
"tagSaveSuccess": "Tags saved successfully",
"tagSaveFailed": "Failed to save tags",
"importTitle": "Import List",
"importOptionsTitle": "Choose Import Method",
"importTextHint": "Paste multiple lines, one student name per line",
"importTextPlaceholder": "Example:\nAlice\nBob\nCharlie",
"importByText": "Import from Text",
"importByXlsx": "Import via xlsx",
"importByBanyou": "Import from BanYou",
"xlsxPreview": "XLSX Preview & Import",
"file": "File",
"selectNameCol": "Click header to select name column",
@@ -483,6 +485,18 @@
"selectNameColFirst": "Please select \"Name Column\" first",
"noNamesFound": "No importable names found in selected column",
"importFailed": "Import failed",
"banyouCookieHint": "After signing in to BanYou Web, copy the full Cookie and paste it below.",
"banyouCookiePlaceholder": "uid=...; accessToken=...; ...",
"banyouCookieRequired": "Please paste Cookie first",
"banyouFetch": "Fetch Classrooms",
"banyouFetchSuccess": "Fetched {{count}} classrooms",
"banyouFetchFailed": "Failed to fetch BanYou classrooms",
"banyouCreatedClasses": "Classes I Created",
"banyouJoinedClasses": "Classes I Joined",
"banyouNoClasses": "No classroom data",
"banyouClassTeacher": "Teacher: ",
"banyouStudentCount": "Students: ",
"banyouPraiseCount": "Praise: ",
"editTagTitle": "Edit Tags - {{name}}",
"editGroup": "Set Group",
"editGroupTitle": "Set Group - {{name}}",