Skip to content

Commit a9979a2

Browse files
committed
README
1 parent a08ae89 commit a9979a2

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
- **QR Code Generator** - Generate QR codes for text/URLs
2626
- **Base64 ↔ Image** - Convert between Base64 strings and images
2727
- **JSON Formatter** - Format, expand, and collapse JSON data
28+
- **URL Encode/Decode** - Encode and decode URL strings
2829
- **Handwritten Signature** - Draw signatures and convert to Base64 or save as images
2930

3031
## Installation
@@ -78,6 +79,7 @@ DevTools/
7879
│ ├── Base64ImagePage.xaml
7980
│ ├── ImageToBase64Page.xaml
8081
│ ├── JsonFormatPage.xaml
82+
│ ├── UrlEncodePage.xaml
8183
│ └── SignaturePage.xaml
8284
├── Resources/ # Resources (images, strings, fonts)
8385
│ ├── Images/

README_ZH.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
- **二维码生成器** - 为文本/网址生成二维码
2626
- **Base64 ↔ 图片** - Base64 字符串与图片互转
2727
- **JSON 格式化** - 格式化、展开、折叠 JSON 数据
28+
- **URL 编码/解码** - 对 URL 字符串进行编码和解码
2829
- **手写签名** - 绘制签名并转换为 Base64 或保存为图片
2930

3031
## 安装
@@ -76,7 +77,10 @@ DevTools/
7677
│ ├── BarcodePage.xaml
7778
│ ├── QrPage.xaml
7879
│ ├── Base64ImagePage.xaml
79-
│ └── JsonFormatPage.xaml
80+
│ ├── ImageToBase64Page.xaml
81+
│ ├── JsonFormatPage.xaml
82+
│ ├── UrlEncodePage.xaml
83+
│ └── SignaturePage.xaml
8084
├── Resources/ # 资源(图片、字符串、字体)
8185
│ ├── Images/
8286
│ ├── Strings.resx

0 commit comments

Comments
 (0)