/api/qr?text=hello qrcode
使用 qrcode NPM 包生成二维码 Data URL
/api/hash?text=hello crypto-js
使用 crypto-js NPM 包计算 SHA256
/api/markdown?md=**hello** marked
使用 marked NPM 包渲染 Markdown,通过 JSX 返回 HTML
/api/info Sucrase
无 NPM 包的 TypeScript,使用相对导入 ./utils/format
/index.html static
本页面,直接作为静态资源部署