chore: add more openai

This commit is contained in:
engigu
2026-03-11 10:59:25 +08:00
parent 735b798bd7
commit deae554620
8 changed files with 121 additions and 5 deletions
+3 -1
View File
@@ -10,11 +10,13 @@ window.addEventListener('vite:preloadError', () => {
window.location.reload()
})
const BASE_URL = (window as any).__BASE_URL__ || ''
createApp(App)
.use(router)
.use(VueMonacoEditorPlugin, {
paths: {
vs: 'https://cdn.jsdelivr.net/npm/monaco-editor@0.52.0/min/vs'
vs: BASE_URL + '/vs'
}
})
.mount('#app')