We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如 1-name 10-name10 2-name2
1-name
10-name10
2-name2
The text was updated successfully, but these errors were encountered:
这是排序部分的bug,因为是先判断文件夹,就导致下面的代码并未执行:
if (sortedBy) { var pattern = "(^[\\da-zA-Z]*)" + sortedBy; var reg = RegExp(pattern); if(a.name.match(reg) && b.name.match(reg)){ var aNum = a.name.match(reg)[1]; var bNum = b.name.match(reg)[1]; return aNum - bNum; } }
最近事情太多,回头修正。。。
Sorry, something went wrong.
No branches or pull requests
如
1-name
10-name10
2-name2
The text was updated successfully, but these errors were encountered: