mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-12 19:30:48 +08:00
fix: address dashboard scope and preview interactions
This commit is contained in:
@@ -10,6 +10,12 @@ interface FileTypeConfig {
|
||||
|
||||
// 文件类型分类配置(只包含特殊文件类型)
|
||||
const fileTypeConfigs: Record<string, FileTypeConfig> = {
|
||||
config: {
|
||||
// Keep common text configuration files previewable even when a Monaco
|
||||
// build has not registered its optional INI language contribution yet.
|
||||
extensions: ['.ini'],
|
||||
},
|
||||
|
||||
// 前端特殊文件
|
||||
frontend: {
|
||||
extensions: [
|
||||
|
||||
Reference in New Issue
Block a user