优化完成
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user