Private
Public Access
1
0

修复:大文件点击卡死 + Dockerfile高亮支持

- useFileEdit: 新增 KNOWN_BINARY_EXTS 集合,exe/dll/zip 等 28 种二进制扩展名直接判定,不再读取文件内容
- index.vue: loadFileContent 增加大文件预检,基于 fileSize 超过阈值直接拦截
- service.go: ReadFile 增加 10MB 读取上限,超限返回错误
- Dockerfile 支持:CODE 分类、🐳图标、CodeMirror shell 模式高亮、languageMap 映射
This commit is contained in:
2026-04-07 11:39:50 +08:00
parent e5dbe89a6f
commit fb12ec48e8
7 changed files with 71 additions and 22 deletions

View File

@@ -14,7 +14,7 @@ import (
// ==================== 常量定义 ====================
// AppVersion 应用版本号(发布时直接修改此处)
const AppVersion = "0.3.2"
const AppVersion = "0.3.3"
// 版本号缓存
var (