支持markdown预览和html文件浏览器打开

This commit is contained in:
xintaofei
2026-03-17 00:29:20 +08:00
parent 2e3090c176
commit b4a6f70389
14 changed files with 458 additions and 102 deletions

View File

@@ -31,6 +31,7 @@ export function languageFromPath(path: string): string {
case "css":
return "css"
case "html":
case "htm":
return "html"
case "sh":
return "shell"