feat: implement available models loading functionality with UI integration, status updates, and internationalization support

This commit is contained in:
Supra4E8C
2025-12-05 02:01:21 +08:00
parent 0e01ee0456
commit ba6a461a40
8 changed files with 441 additions and 45 deletions

View File

@@ -106,6 +106,9 @@ export const loginModule = {
if (typeof this.renderOauthExcludedModels === 'function') {
this.renderOauthExcludedModels('all');
}
if (typeof this.clearAvailableModels === 'function') {
this.clearAvailableModels('common.disconnected');
}
localStorage.removeItem('isLoggedIn');
secureStorage.removeItem('managementKey');