feat: 删除多余的内容
parent
d796e10ec6
commit
93f4af22a2
@ -1,3 +1,5 @@
|
||||
OPENAI_API_KEY=''
|
||||
# OpenAI API Key
|
||||
OPENAI_API_KEY='xxxx'
|
||||
|
||||
VITE_GLOB_API_URL='http://192.168.110.170:3002'
|
||||
# Glob API URL
|
||||
VITE_GLOB_API_URL='http://localhost:3002'
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,4 @@
|
||||
import NaiveProvider from './NaiveProvider.vue'
|
||||
import SvgIcon from './SvgIcon.vue'
|
||||
|
||||
export { SvgIcon }
|
||||
export { NaiveProvider, SvgIcon }
|
||||
|
@ -1,6 +1,3 @@
|
||||
interface Window {
|
||||
$loadingBar?: import('naive-ui').LoadingBarProviderInst;
|
||||
$dialog?: import('naive-ui').DialogProviderInst;
|
||||
$message?: import('naive-ui').MessageProviderInst;
|
||||
$notification?: import('naive-ui').NotificationProviderInst;
|
||||
}
|
||||
|
Loading…
Reference in New Issue