feat: update main cli description and add linux deps guide link to ui

This commit is contained in:
duorameng
2026-06-23 09:43:13 +08:00
parent c74d793b40
commit 734df3d763
2 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ import (
// @description Type "Bearer" followed by a space and the API token.
func printHelp() {
fmt.Println("\n白虎面板 (Baihu Panel) - 现代化的服务器管理面板")
fmt.Println("\nBaihu Panel - 极致轻量、高性能的自动化任务调度平台")
fmt.Println("用法:")
fmt.Println(" baihu <命令> [参数]")
fmt.Println("可用命令:")
+11 -3
View File
@@ -185,9 +185,17 @@ onMounted(() => {
class="flex items-start sm:items-center justify-between gap-2.5 text-[13px] text-blue-600 dark:text-blue-500 bg-blue-500/10 px-4 py-2.5 rounded-lg border border-blue-500/20 leading-relaxed shadow-sm select-none">
<div class="flex items-start sm:items-center gap-2.5">
<Info class="h-4 w-4 shrink-0 mt-0.5 sm:mt-0" />
<span>
<b class="font-bold">扩展支持</b>虽然本界面主要专注于编程语言环境 Mise 本质上也可以管理各类系统包和工具插件若有需要您可以直接在终端中执行命令安装其他依赖包此处将会自动同步并展示您的最新环境
</span>
<div class="flex flex-col gap-1">
<span>
<b class="font-bold">扩展支持</b>虽然本界面主要专注于编程语言环境 Mise 本质上也可以管理各类系统包和工具插件若有需要您可以直接在终端中执行命令安装其他依赖包此处将会自动同步并展示您的最新环境
</span>
<span class="text-blue-600/80 dark:text-blue-400/80">
如果需要安装 apt 系统级底层依赖 ( C++编译库无头浏览器动态库等)请参考
<a href="https://engigu.github.io/baihu-panel/guide/examples/linux-deps.html" target="_blank" class="underline hover:text-blue-600 dark:hover:text-blue-400 font-medium transition-colors">
Linux 系统依赖处理
</a>
</span>
</div>
</div>
<button @click="showExtensionTip = false" class="text-blue-500/60 hover:text-blue-500 transition-colors shrink-0 outline-none p-0.5 mt-0.5 sm:mt-0">
<X class="h-4 w-4" />