dddxxx

Results 3 issues of dddxxx

个人觉得 filemtime 可能比 md5 要好些,快5倍的样子

是不是不更新了哦!!! 例子帮大忙了

### Describe the bug Table 组件有RowSpan,ColSpan属性时,会在初始化的时候调用RowSpan,ColSpan(应该不是这么设计的吧?).如果不返回1,会导致后续数据单元格合并计算错误. ### Steps to reproduce (please include code) GetRowSpan先被调用时,key是null值. ``` private int GetRowSpan(string key) { if (key == "3") return 2; else if (key ==...