chore: update minimal tag docs

This commit is contained in:
engigu
2026-03-16 10:04:17 +08:00
parent f1c5be714e
commit f1ca4b7a0b
3 changed files with 13 additions and 7 deletions
+4 -1
View File
@@ -5,9 +5,12 @@
## 脚本运行环境
白虎面板原生支持以下脚本的定时执行:
- **Python3**, **Node.js**, **Bash** (内置环境)
- **Python3**, **Node.js**, **Bash** (标准版镜像内置环境)
- 通过 **Mise** 扩展:支持几乎所有主流编程语言的动态安装与切换。
> [!TIP]
> **Minimal 镜像注意**:如果您使用的是 `minimal` 标签的镜像,系统初始不包含 Python 和 Node.js。您需要进入「编程语言」页面手动点击安装您所需的运行时。
## 依赖管理支持
系统内置了高度集成的跨语言依赖管理器,支持自动化安装和管理以下语言的依赖项,并确保在容器内全局可用: