File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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/
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments