feat: 新增支持 KKFileView 文件预览功能,需要自行部署文件预览服务器

This commit is contained in:
KAI
2024-08-01 01:03:02 +00:00
committed by Charles7c
parent 881c1ee1e4
commit 99fa5709ee
9 changed files with 168 additions and 9613 deletions

View File

@@ -8,4 +8,10 @@ VITE_API_BASE_URL = 'https://api.continew.top'
VITE_API_WS_URL = 'wss://api.continew.top'
# 地址前缀
VITE_BASE = '/'
VITE_BASE = '/'
# 是否开启KKFileView
FILE_OPEN_PREVIEW = false
# KKFileView服务器地址
FILE_VIEW_SERVER_URL = 'http://localhost:8012'