File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 💬 概述
2+
3+ 一款简洁高效的在线工具箱|JSON 在线解析及格式化验证、Base64 编解码、URL 编解码
4+
5+ - [x] JSON 在线解析及格式化验证
6+ - [x] Base64 编解码
7+ - [x] URL 编解码
8+ - [ ] Crontab 执行时间计算
9+ - [ ] RGB 颜色值转换
10+
11+ ## 🚀 本地运行
12+
13+ 1 . 克隆仓库:
14+
15+ ``` sh
16+ git clone https://github.com/sunls24/online-tools
17+ ```
18+
19+ 2 . 安装依赖项:
20+
21+ ``` bash
22+ pnpm install
23+ ```
24+
25+ 3 . 本地运行:
26+
27+ ``` bash
28+ pnpm dev
29+ ```
30+
31+ ## ☁️ 使用 Vercel 部署
32+
33+ [ ![ Deploy with Vercel] ( https://vercel.com/button )] ( https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fsunls24%2Fonline-tools )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export const metadata: Metadata = {
1111 template : "%s - 在线工具箱" ,
1212 } ,
1313 description :
14- "一款简洁高效的在线工具箱|Base64 编解码、URL 编解码、JSON 格式化工具 " ,
14+ "一款简洁高效的在线工具箱|JSON 在线解析及格式化验证、 Base64 编解码、URL 编解码" ,
1515 appleWebApp : {
1616 title : "在线工具箱" ,
1717 } ,
You can’t perform that action at this time.
0 commit comments