feat: finish bilingual session auth learning lab

This commit is contained in:
Codex
2026-03-24 09:18:13 +08:00
parent 4cc4c26f2b
commit 5e318cb7f4
27 changed files with 1911 additions and 1079 deletions

View File

@@ -27,11 +27,11 @@ public class FileUploadAction extends ActionSupport {
}
if (fileCount == 0) {
addActionError("Select at least one file before submitting the demo.");
addActionError("请至少选择一个文件再提交。 / Select at least one file before submitting the demo.");
return INPUT;
}
summary = "This demo captures upload metadata only. It does not persist files to disk, which keeps the sample safe for classroom use.";
summary = "metadata-only";
return SUCCESS;
}