Open
Conversation
- 新增國際化支援(簡體中文、繁體中文(臺灣)、English) - 根據瀏覽器設定自動切換語言 - 提供手動切換語言選項 - FileDialog 添加 QR Code 顯示功能(收件人也能掃碼分享) - 添加專案說明文件 CLAUDE.md Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
解決 GitHub Actions 部署時因 Wrangler 版本不匹配導致的遷移失敗問題 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- 後端錯誤訊息改為錯誤碼(INVALID_CODE, SHARE_EXPIRED 等) - 前端添加錯誤碼 i18n 翻譯(zh-CN, zh-TW, en) - 創建 errorMapper 函數自動映射錯誤碼到翻譯 - 修改前端錯誤顯示使用 errorMapper - 更新 eslint 和 prettier 配置忽略生成文件 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
新增國際化支援與 FileDialog QR Code 分享功能,讓用戶可以選擇偏好語言,並且收件人也能通過掃描 QR Code 再次分享文件。
主要功能
🌍 國際化(i18n)支援
📱 FileDialog QR Code 分享
🐛 Bug 修復
實現細節
前端架構
{param}佔位符)錯誤處理優化
INVALID_CODE,SHARE_EXPIRED)errorMapper自動映射錯誤碼到對應語言翻譯檔案結構
測試驗證
pnpm lint檢查Screenshots
語言切換
語言切換組件位於頁面右上角,支援三種語言即時切換。
FileDialog QR Code
文件詳情對話框中顯示 QR Code,方便收件人掃碼再次分享。
影響範圍
Related Issues
Fixes: 錯誤訊息忽略 i18n 設定的問題
🤖 Generated with Claude Code