diff --git a/README.md b/README.md index ccaf080..0511420 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ GuiLite is the smallest GUI library with 5000 lines of code, could run on **all | macOS | iOS | | --- | --- | -| ![macOS](doc/Mac.gif) | ![iOS](doc/iOS.gif) | +| ![macOS](doc/Mac.gif) | ![iOS.hostMonitor](doc/iOS.gif) ![iOS.particle](doc/iOS.particle.gif) | *** ### 🔍GuiLite previewer(WYSIWYG extension for GuiLite) [GuiLite Previewer](https://github.com/idea4good/GuiLitePreviewer) is a Visual Studio Code extension, could extract GUI information from C++ code and preview GUI at preview page(What you see is what you get) diff --git a/README_zh.md b/README_zh.md index aded6a7..972c557 100644 --- a/README_zh.md +++ b/README_zh.md @@ -41,7 +41,7 @@ GuiLite是5千行的图形界面库,可以运行在**所有平台**(例如 | macOS | iOS | | --- | --- | -| ![macOS](doc/Mac.gif) | ![iOS](doc/iOS.gif) | +| ![macOS](doc/Mac.gif) | ![iOS.hostMonitor](doc/iOS.gif) ![iOS.particle](doc/iOS.particle.gif) | *** ### 🔍GuiLite Previewer(所见即所得的GuiLite开发插件) [GuiLite Previewer](https://github.com/idea4good/GuiLitePreviewer)是一个Visual Studio Code插件,它可以自动提取源代码的GUI布局信息,并实时显示在“预览”页面上(所见即所得) diff --git a/doc/iOS.particle.gif b/doc/iOS.particle.gif new file mode 100644 index 0000000..c909ace Binary files /dev/null and b/doc/iOS.particle.gif differ