feat: announcement support html (#566)

* feat: announcement support html

* feat: update dependencies
This commit is contained in:
Dream Hunter
2025-01-20 13:53:40 +08:00
committed by GitHub
parent cf13236e7b
commit 3f81fbee6d
18 changed files with 933 additions and 3652 deletions
+7
View File
@@ -124,6 +124,13 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
{ text: '通过 Github Actions 部署', link: 'github-action' },
]
},
{
text: '常见问题',
collapsed: false,
items: [
{ text: '常见问题', link: 'common-issues' },
]
},
{
text: '附加功能',
collapsed: false,