dsh-duration
时长格式化:把毫秒/秒等时长转换为人类可读的 X 小时 Y 分钟 Z 秒,支持多种单位(Duration formatter tool for DeepSeek Harness)
AI Analysis
用于将毫秒或秒等时间长度转换为易读的格式。适合需要展示或处理友好时间格式的开发者,纯 Node 实现,无外部依赖。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:uckkk/dsh-durationREADME
Read the full README ↗dsh-duration · 时长格式化
纯 Node 实现,无网络、无外部服务。
安装
dsh plugin add dsh-duration
安装后在 profile 的 package.json 的 dsh.profile.bundles 中加入 "dsh-duration"。