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
+5
View File
@@ -677,6 +677,11 @@ const enUS = {
extraParametersDescription:
'Will be attached to the request body, such as max_tokens, temperature, top_p, etc.',
},
version: {
newVersionAvailable: 'New Version Available',
viewUpdateGuide: 'View Update Guide',
noReleaseNotes: 'No release notes available',
},
};
export default enUS;