mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-12-20 00:57:21 +08:00
feat: 新增支持 KKFileView 文件预览功能,需要自行部署文件预览服务器
This commit is contained in:
2
src/types/env.d.ts
vendored
2
src/types/env.d.ts
vendored
@@ -5,6 +5,8 @@ interface ImportMetaEnv {
|
||||
readonly VITE_API_PREFIX: string
|
||||
readonly VITE_API_BASE_URL: string
|
||||
readonly VITE_BASE: string
|
||||
readonly FILE_OPEN_PREVIEW: string
|
||||
readonly FILE_VIEW_SERVER_URL: string
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
|
||||
Reference in New Issue
Block a user