Added mermaid language support

This commit is contained in:
2025-11-04 22:58:36 +08:00
parent 689b0d5d14
commit e9b6fef3cd
87 changed files with 4359 additions and 27 deletions

View File

@@ -3,7 +3,6 @@ package main
import (
"embed"
_ "embed"
"log"
"log/slog"
"time"
"voidraft/internal/common/constant"
@@ -102,6 +101,6 @@ func main() {
// If an error occurred while running the application, log it and exit.
if err != nil {
log.Fatal(err)
panic(err)
}
}