xiegithub

Results 2 issues of xiegithub

1. Issue description: After installing this plug-in, in the editing area and project management area of IDEA, right-click cannot pop the menu list item of the object. 2. Version Info...

Statistic 统计数值 value传值类型为[String, Number, Date] ``` ``` 如果realValue=12.25,则可以正常显示。如果realValue="12.25",则无法正确显示。 在源码中“if (!isNumber(value)) return false;” lodash的isNumber("123"); // false