dsh-byte-size
@{name=dsh-byte-size; version=0.1.0; description=字节大小格式化:把任意字节数换算为 B/KB/MB/GB/TB 等人类可读格式,支持二进制与十进制前缀(Byte size formatting tool for DeepSeek Harness); type=module; main=lib/index.js; exports=; files=System.Object[]; dsh=; keywords=System.Object[]; author=istone <ad571@qq.com>; license=MIT; peerDependencies=}.description
- Stars
- 0
- Language
- JavaScript
- Created
- Aug 16, 2026
- Updated
- Aug 17, 2026
Introduction
dsh-byte-size · 字节大小格式化:把任意字节数换算为 B/KB/MB/GB/TB 等人类可读格式,支持二进制与十进制前缀(Byte size formatting tool fo
字节大小格式化:把任意字节数换算为 B/KB/MB/GB/TB 等人类可读格式,支持二进制与十进制前缀(Byte size formatting tool fo。纯 Node 实现,零第三方运行时依赖,peer-only 依赖(随 DSH 宿主加载)。 字节大小格式化:把任意字节数换算为 B/KB/MB/GB/TB 等人类可读格式,支持二进制与十进制前缀(Byte size formatting tool fo — a DeepSeek Harness (dsh) plugin. Pure Node, zero runtime dependencies.
工具 Tools
format_bytesparse_bytes
安装 Install
dsh plugin --profile web add dsh-byte-size
# 或任意 profile:dsh plugin --profile <name> add dsh-byte-size
License
MIT © istone