From 7922fa44e7545eaf907a34fb463f213d259fd795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=80=E5=A7=8B?= <69897076+ylw00@users.noreply.github.com> Date: Tue, 22 Aug 2023 14:45:38 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 87709ab..21e4f1e 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ - 封装浏览器事件得主动调用函数`lwVm.callListener`(只实现load, 以及鼠标事件, 其他同理, 自己去实现) - 完善浏览器事件对需要得参数, 具体使用方式看 demoEventVm.js, demoEvent.js - 增加一些常用方法封装导出, 便于对框架内部得状态做更新 +- 增加给event实例添加isTrusted属性得功能函数`protectAddIsTrusted` +- 增加自定义log得功能函数`logAddMyLog` - 增加开启nodeServer功能封装, 便于在某些情况加开放api, 具体使用方式看 demoServerVm.js, demoServer.js - 可能后续更新的脚步放缓慢 @@ -83,3 +85,7 @@ console.log(result.get_form()) - https://mp.weixin.qq.com/s/Py7I6RG7UT9EtdpXlV98aA - https://mp.weixin.qq.com/s/SSlZEMQhNxOlA3rzSNY37w +## 如果觉得框架还不错, 可以给作者一些动力 +![a91fb35e1f5076630bb9f0f06424d57](https://github.com/ylw00/qxVm/assets/69897076/c140e412-0c7c-4ce2-9d36-9eb9f4757efe) + +