mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-09-04 23:17:34 +08:00
feat: announcement support html (#566)
* feat: announcement support html * feat: update dependencies
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user