fix(ui): add MarkdownContent component, fix deprecated meta tag, bump v0.9.2
All checks were successful
Stable Release / stable (push) Successful in 1m48s

- Add missing MarkdownContent component (ReactMarkdown + remarkGfm wrapper)
- Replace deprecated apple-mobile-web-app-capable with mobile-web-app-capable
- Bump version to 0.9.2

Assisted-by: GLM-5.1 via Crush <crush@charm.land>
This commit is contained in:
Augustin
2026-04-28 13:18:37 +02:00
parent 55cd00802d
commit 3f36974b59
3 changed files with 15 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ import (
const (
Name = "muyue"
Version = "0.9.1"
Version = "0.9.2"
Author = "La Légion de Muyue"
)