feat(base): 补齐 yazi 预览依赖

yazi 的预览能力依赖外部工具,按官方推荐补齐:

- ffmpeg: 视频缩略图
- poppler: PDF 预览
- imagemagick: 图片预览(含 HEIC/JPEG XL/字体)
- resvg: SVG 预览
- chafa: 终端不支持图片协议时的 ASCII fallback
  (Windows Terminal 旧版本无 sixel 时的兜底)
This commit is contained in:
2026-04-08 13:26:03 +08:00
parent 77d51c65b3
commit e9a77f907e
+5
View File
@@ -39,6 +39,7 @@ class BaseModule(Module):
"base", "base",
"bat", "bat",
"btop", "btop",
"chafa",
"curl", "curl",
"direnv", "direnv",
"duf", "duf",
@@ -46,12 +47,16 @@ class BaseModule(Module):
"eza", "eza",
"fastfetch", "fastfetch",
"fd", "fd",
"ffmpeg",
"git-delta", "git-delta",
"git", "git",
"imagemagick",
"jq", "jq",
"micro", "micro",
"ouch", "ouch",
"poppler",
"procs", "procs",
"resvg",
"ripgrep", "ripgrep",
"sd", "sd",
"starship", "starship",