feat: add new version notification dialog and version comparison logic

This commit is contained in:
Junyan Qin
2025-12-24 12:43:52 +08:00
parent a8594b76cd
commit a9a262eaae
7 changed files with 207 additions and 2 deletions

View File

@@ -649,6 +649,11 @@ const zhHant = {
extraParametersDescription:
'將在請求時附加到請求體中,如 max_tokens, temperature, top_p 等',
},
version: {
newVersionAvailable: '有新版本可用',
viewUpdateGuide: '查看更新方式',
noReleaseNotes: '暫無更新日誌',
},
};
export default zhHant;