pref: simplified AI provider's settings

This commit is contained in:
LIlGG
2025-09-28 17:34:47 +08:00
parent 5ec38df940
commit f2df793afa
39 changed files with 265 additions and 755 deletions

View File

@@ -150,7 +150,7 @@ const logger = createScopedLogger('EditorProjects');
*/
export async function openEditorDatabase(): Promise<IDBDatabase | undefined> {
if (typeof indexedDB === 'undefined') {
logger.error('indexedDB 在当前环境中不可用');
logger.debug('indexedDB 在当前环境中不可用');
return undefined;
}