wolfsonliu/dsh-file-explorer0

@dsh-external/dsh-file-explorer

适用于 DSH Web 的悬浮工作区文件浏览器面板,支持可扩展的预览功能

AI 分析

在 Web 端提供悬浮的文件浏览器,支持文本、图片及二进制文件的预览。适合需要在 Web 界面中直观管理和查看工作区文件的用户。

套件
@dsh-external/dsh-file-explorer
版本
0.1.0
授權
MIT
最近更新
2026年8月16日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wolfsonliu/dsh-file-explorer

Configuration

The bundle enables the following defaults:

- insert:
    - id: file-explorer
      name: '@dsh-external/dsh-file-explorer'
      config:
        maxTextBytes: 2097152
        maxImageBytes: 10485760
        maxBinaryBytes: 65536
ConfigDefaultDescription
maxTextBytes2 MiBMax size of a single text file to preview
maxImageBytes10 MiBMax size of a single image file to preview
maxBinaryBytes64 KiBMax bytes of a binary file to read for its hexdump