uckkk
词频统计
uckkk
视觉层级构建参考
uckkk
@{name=dsh-ux-writing; version=0.1.0; description=UX 文案写作:微文案规范与按钮、错误提示文案指南,辅助界面文案撰写(UX writing guide 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
uckkk
数据校验(邮箱/手机/Luhn/IBAN/URL)
uckkk
UUID 生成/解析
uckkk
User-Agent 解析:浏览器/系统/设备/引擎/爬虫识别
uckkk
@{name=dsh-url; version=0.1.0; description=URL 工具:解析 URL 为结构化成分,或用参数构造 URL; type=module; main=lib/index.js; exports=; files=System.Object[]; dsh=; keywords=System.Object[]; author=istone <ad571@qq.com>; license=MIT; peerDependencies=}.description
uckkk
URL 编解码
uckkk
@{name=dsh-unit; version=0.1.0; description=单位换算:长度/重量/温度/数据量/时间单位换算; type=module; main=lib/index.js; exports=; files=System.Object[]; dsh=; keywords=System.Object[]; author=istone <ad571@qq.com>; license=MIT; peerDependencies=}.description
uckkk
字符串工具:大小写/驼峰/蛇形/短横线/slug 转换 + 文本统计
uckkk
Unicode 编解码
uckkk
@{name=dsh-typography; version=0.1.0; description=字体排印与排版原则参考; type=module; main=lib/index.js; exports=; files=System.Object[]; dsh=; keywords=System.Object[]; author=istone <ad571@qq.com>; license=MIT; peerDependencies=}.description
uckkk
@{name=dsh-toml; version=0.1.0; description=TOML ↔ JSON 转换; type=module; main=lib/index.js; exports=; files=System.Object[]; dsh=; keywords=System.Object[]; author=istone <ad571@qq.com>; license=MIT; peerDependencies=}.description
uckkk
TODO/FIXME 提取
uckkk
时间戳转换:Unix ↔ ISO ↔ 相对时间互转
uckkk
文本换行
uckkk
文本反转
uckkk
模板渲染
uckkk
文本脱敏:邮箱/手机号/身份证/银行卡/IP/密钥掩码,分享前保护隐私
uckkk
文本行去重/排序/统计
uckkk
行级文本 diff
uckkk
@{name=dsh-string-similarity; version=0.1.0; description=字符串相似度:Levenshtein/Jaccard 等算法计算文本相似度(String similarity 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
uckkk
测试覆盖率分析:解析 LCOV/Cobertura/Istanbul/Go 覆盖率报告,输出结构化覆盖数据与未覆盖行区间
uckkk
字符串填充