update actions docs
All checks were successful
CI/CD Pipeline for mengning.com.cn / build (pull_request) Successful in 3m41s

This commit is contained in:
2025-12-21 07:24:06 +00:00
parent 6d04f0b0d0
commit 7fe6efd45a
2 changed files with 8 additions and 5 deletions

View File

@@ -122,7 +122,7 @@ function sidebarDevStar(): DefaultTheme.SidebarItem[] {
{
text: '更多帮助',
collapsible: true, // 使整个组可折叠
collapsed: true, // 默认展开
collapsed: false, // 默认展开
items: [
{ text: 'Gitea常见问题', link: 'https://docs.gitea.com/zh-cn/help/faq' },
]