Skip to content

Commit c47d5d7

Browse files
committed
doc: add README.md
1 parent beafb30 commit c47d5d7

2 files changed

Lines changed: 34 additions & 1 deletion

File tree

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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)

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)