dsh-roman
罗马数字转换:阿拉伯数字与罗马数字互转
AI 分析
核心用途是实现阿拉伯数字与罗马数字的相互转换。适合需要处理历史文献、特定标识或数学换算的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:uckkk/dsh-roman说明文档
阅读完整 README ↗dsh-roman · 罗马数字转换
纯 Node 实现,无网络、无外部服务。
安装
dsh plugin add dsh-roman
安装后在 profile 的 package.json 的 dsh.profile.bundles 中加入 "dsh-roman"。