Airmole

Results 3 issues of Airmole

补充分享自己用过的一些软件

Latest release BingPaper.v0.11.1.build.46 发行版无法运行在MacOS Big Sur 11.1系统上,提示 ```您没有权限来打开应用程序“BingPaper”。 ``` 请联系您的电脑或网络管理员以获得帮助。 ![image](https://user-images.githubusercontent.com/20333663/103510134-8e5a9600-4e9f-11eb-96b1-b5c82f82105d.png)

绘制文本时(即type: 'text'时),content内容必须为字符串。我在使用过程中content值为整数,canvas无法绘制出数字内容。 解决方案,将数值型数据转换为字符型数据即可。