diff --git a/README.md b/README.md index e32361a..46f93f9 100644 --- a/README.md +++ b/README.md @@ -22,17 +22,19 @@ A tool that can convert any SVG icon into a [custom SF symbol](https://developer.apple.com/documentation/uikit/uiimage/creating_custom_symbol_images_for_your_app). Your customized SF symbol can be imported into Xcode and utilized in any project based on UIKit or SwiftUI. -![RegexMate screenshots-1](./assets/screenshots-1.png) +![Create Custom Symbols screenshots-1](./assets/screenshots-1.png) Effortlessly convert any SVG icon into an SF symbol file usable in Xcode by simply dragging and dropping the icon, enabling swift creation of SF symbol files. -![RegexMate screenshots-2](./assets/screenshots-2.png) +![Create Custom Symbols screenshots-2](./assets/screenshots-2.png) Support batch import of SVG icons and batch generation of SF symbol icons. -![RegexMate screenshots-3](./assets/screenshots-3.png) +![Create Custom Symbols screenshots-3](./assets/screenshots-3.png) -![RegexMate screenshots-4](./assets/screenshots-4.png) +![Create Custom Symbols screenshots-4](./assets/screenshots-4.png) + +![Create Custom Symbols screenshots-5](./assets/screenshots-5.png) ## Frequently Asked Questions diff --git a/README.zh.md b/README.zh.md index 0b2966f..32eebaa 100644 --- a/README.zh.md +++ b/README.zh.md @@ -22,17 +22,19 @@ 一个工具,能够将任意 SVG 图标转换为[自定义的 SF 符号](https://developer.apple.com/documentation/uikit/uiimage/creating_custom_symbol_images_for_your_app)。您可以将定制的 SF 符号导入 Xcode,并在任何基于 UIKit 或 SwiftUI 的项目中使用。 -![RegexMate screenshots-1-cn](./assets/screenshots-1-cn.png) +![Create Custom Symbols screenshots-1-cn](./assets/screenshots-1-cn.png) 通过拖放,将任何 SVG 图标轻松转换为可在 Xcode 中使用的 SF 符号文件,快速创建 SF 符号文件。 -![RegexMate screenshots-2-cn](./assets/screenshots-2-cn.png) +![Create Custom Symbols screenshots-2-cn](./assets/screenshots-2-cn.png) 支持批量导入 SVG 图标,并批量生成 SF 符号图标 -![RegexMate screenshots-3-cn](./assets/screenshots-3-cn.png) +![Create Custom Symbols screenshots-3-cn](./assets/screenshots-3-cn.png) -![RegexMate screenshots-4-cn](./assets/screenshots-4-cn.png) +![Create Custom Symbols screenshots-4-cn](./assets/screenshots-4-cn.png) + +![Create Custom Symbols screenshots-5-cn](./assets/screenshots-5-cn.png) ### 常见问题 diff --git a/assets/screenshots-1-cn.png b/assets/screenshots-1-cn.png index 1ec5037..c39bbac 100644 Binary files a/assets/screenshots-1-cn.png and b/assets/screenshots-1-cn.png differ diff --git a/assets/screenshots-1.png b/assets/screenshots-1.png index ef2875f..83a2c0d 100644 Binary files a/assets/screenshots-1.png and b/assets/screenshots-1.png differ diff --git a/assets/screenshots-2-cn.png b/assets/screenshots-2-cn.png index 1084883..ecad06f 100644 Binary files a/assets/screenshots-2-cn.png and b/assets/screenshots-2-cn.png differ diff --git a/assets/screenshots-2.png b/assets/screenshots-2.png index 26bcb79..f24da8a 100644 Binary files a/assets/screenshots-2.png and b/assets/screenshots-2.png differ diff --git a/assets/screenshots-3-cn.png b/assets/screenshots-3-cn.png index b972956..0079b60 100644 Binary files a/assets/screenshots-3-cn.png and b/assets/screenshots-3-cn.png differ diff --git a/assets/screenshots-3.png b/assets/screenshots-3.png index c19ce22..dc77c65 100644 Binary files a/assets/screenshots-3.png and b/assets/screenshots-3.png differ diff --git a/assets/screenshots-4-cn.png b/assets/screenshots-4-cn.png index 430ffaa..4ca3a37 100644 Binary files a/assets/screenshots-4-cn.png and b/assets/screenshots-4-cn.png differ diff --git a/assets/screenshots-4.png b/assets/screenshots-4.png index 610c4dc..31e5e40 100644 Binary files a/assets/screenshots-4.png and b/assets/screenshots-4.png differ diff --git a/assets/screenshots-5-cn.png b/assets/screenshots-5-cn.png new file mode 100644 index 0000000..9dd7218 Binary files /dev/null and b/assets/screenshots-5-cn.png differ diff --git a/assets/screenshots-5.png b/assets/screenshots-5.png new file mode 100644 index 0000000..5cc1df3 Binary files /dev/null and b/assets/screenshots-5.png differ