🕓 *Release Date / 发布日期 : 2022-11-25*
🟢 **Added / 新增**
* Added mouse style for text type virtual widget
添加了对文本类虚拟控件的鼠标样式
🟣 **Fixed / 修复**
* Solved the bug that the `set` and `append` methods of text virtual widgets may fail in some cases
解决了文本类虚拟控件 `set`、`append` 方法某些时候会失效的 bug
* Solved the bug that the mouse style flickers when the mouse cursor moves over the button
解决了鼠标光标移动到按钮上时的鼠标样式会闪烁的 bug
* Fixed the bug that the `read` parameter of the text box widget failed
修复了文本框控件 `read` 参数失效的 bug
🔵 **Optimized / 优化**
* Change the mouse position detection order to further improve the running speed
改变鼠标位置检测顺序,进一步提升运行速度