muyweb

TOOLBOX · 工具

顺手的小东西

零依赖、纯前端,数据不出浏览器,离线也能用。

01 · 时间

时间戳转换

Unix 时间戳与日期互转,自动识别秒/毫秒。

当前时刻

· · ·

时间戳 → 日期

日期 → 时间戳

02 · 密码

密码生成器

crypto 级随机数,拒绝采样保证均匀。

· · · · · ·

81 种字符 · 约 127 bit 熵
长度 20

03 · 数据

JSON 格式化

格式化、压缩与校验,报错定位到行列。

121 字符

✓ 有效 JSON · 16

{
  "site": "muyweb",
  "pages": [
    "文档",
    "看板",
    "工具"
  ],
  "deploy": {
    "platform": "cloudflare-pages",
    "region": "global"
  },
  "tags": [
    "静态",
    "无后端"
  ]
}