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

@@ -682,6 +682,11 @@ const jaJP = {
extraParametersDescription:
'リクエストボディに追加されるパラメータmax_tokens、temperature、top_p など)',
},
version: {
newVersionAvailable: '新しいバージョンが利用可能',
viewUpdateGuide: 'アップデート方法を見る',
noReleaseNotes: 'リリースノートはありません',
},
};
export default jaJP;