diff --git a/README.md b/README.md index ef9e3f071..6de6b6e5f 100644 --- a/README.md +++ b/README.md @@ -378,3 +378,7 @@ The third party provides: * In-depth Partners [![](docs/images/logo_nxp.svg)](https://www.nxp.com) [![](docs/images/logo_anyka.jpg)](http://www.anyka.com) [![](docs/images/logo_ingenic.jpg)](http://www.ingenic.com.cn) [![](docs/images/logo_mindmotion.png)](http://www.mindmotion.com.cn) + +## XI. Developer Community + +Welcome any interested developer to evaluate and try to use AWTK. If you have any suggestions or questions about AWTK, please add the WeChat account zlgmcu-888 to enter the AWTK communication group, and ZLG R&D team will answer them for you. diff --git a/README_zh.md b/README_zh.md index acb627b05..6f54403c6 100644 --- a/README_zh.md +++ b/README_zh.md @@ -381,3 +381,7 @@ npm install -g glob * 深度合作伙伴 [![](docs/images/logo_nxp.svg)](https://www.nxp.com) [![](docs/images/logo_anyka.jpg)](http://www.anyka.com) [![](docs/images/logo_ingenic.jpg)](http://www.ingenic.com.cn) [![](docs/images/logo_mindmotion.png)](http://www.mindmotion.com.cn) + +## 十一、开发者交流群 + +欢迎感兴趣的工程师评估和尝试 AWTK,如果您对 AWTK 有相关建议或疑问,可以添加小Z微信(zlgmcu-888)进入 AWTK 开发者交流群,ZLG 研发技术团队亲自为您解答。 diff --git a/docs/changes.md b/docs/changes.md index e3858f74f..2bb90432e 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -1,5 +1,8 @@ # 最新动态 +2022/11/16 + * 完善README,添加进入微信群的方法(感谢雨欣提供补丁) + 2022/11/15 * 修复使用combo\_box控件打开下拉列表的同时调用window\_manager\_switch\_to改变窗口顺序导致popup无法正常显示的问题(感谢泽武提供补丁) * 新增第三方库svgtiny来解析svg,增加渐变等功能(感谢陈聪提供补丁)