优化完成

This commit is contained in:
2026-04-25 21:09:45 +08:00
parent bcd55f9dac
commit d48ce78c03
10 changed files with 707 additions and 569 deletions

View File

@@ -4,7 +4,6 @@
*/
import store from './store.js';
import UIRenderer from './renderer.js';
import apiClient from './api.js';
import { showNotification } from './utils.js';
import chatMessage from './chatmessage.js';
@@ -178,4 +177,4 @@ window.addEventListener('DOMContentLoaded', async () => {
});
// 导出全局变量
export { store, apiClient };
export { store };