Michael Lee

Results 3 issues of Michael Lee

在iPhone6 iOS8上访问,无法拖动裁剪框,在pc上正常。

[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 1.11.2 **Electron Version**: 0.37.8 **System**: Mac OS X 10.12.1 **Thrown From**: [nav-panel](https://github.com/Ziink/atom-nav-panel) package, v0.0.11 ### Stack Trace Uncaught TypeError:...

com.alibaba.initializer.generation.extension.SampleCodeContributor 这个类,少了groupId和module的变量注入 ![image](https://github.com/user-attachments/assets/cdd2ea7f-fa2d-4e3c-88d5-1fd380ab38b5) 加上这两行就好了 ``` params.put(BootstrapTemplateRenderConstants.KEY_GROUP_ID, description.getGroupId()); params.put(BootstrapTemplateRenderConstants.KEY_MODULE, module.getName()!=null ? module.getName() : ""); ```