docs: globally rename panel name to baihu-panel and refactor linux dependencies guide

This commit is contained in:
duorameng
2026-06-23 09:30:18 +08:00
parent a745fb952c
commit 81a00d983a
23 changed files with 132 additions and 63 deletions
+3 -2
View File
@@ -2,7 +2,7 @@ import { defineConfig } from 'vitepress'
// https://vitepress.dev/reference/site-config
export default defineConfig({
title: '白虎面板',
title: 'baihu-panel',
description: '轻量易用的定时任务面板,支持多语言脚本、依赖管理与日志查看',
base: '/baihu-panel/',
lang: 'zh-CN',
@@ -43,7 +43,8 @@ export default defineConfig({
link: '/guide/examples/',
items: [
{ text: '浏览器示例', link: '/guide/examples/browser' },
{ text: '内置库示例', link: '/guide/examples/builtin' }
{ text: '内置库示例', link: '/guide/examples/builtin' },
{ text: 'Linux 环境依赖', link: '/guide/examples/linux-deps' }
]
}
]