wolfsonliu/dsh-file-explorer ↗★ 0
@dsh-external/dsh-file-explorer
适用于 DSH Web 的悬浮工作区文件浏览器面板,支持可扩展的预览功能
AI 分析
在 Web 端提供悬浮的文件浏览器,支持文本、图片及二进制文件的预览。适合需要在 Web 界面中直观管理和查看工作区文件的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wolfsonliu/dsh-file-explorer說明文件
閱讀完整 README ↗Configuration
The bundle enables the following defaults:
- insert:
- id: file-explorer
name: '@dsh-external/dsh-file-explorer'
config:
maxTextBytes: 2097152
maxImageBytes: 10485760
maxBinaryBytes: 65536
| Config | Default | Description |
|---|---|---|
maxTextBytes | 2 MiB | Max size of a single text file to preview |
maxImageBytes | 10 MiB | Max size of a single image file to preview |
maxBinaryBytes | 64 KiB | Max bytes of a binary file to read for its hexdump |