镜像自地址
https://github.com/KokaKiwi/BarInsta
已同步 2025-12-13 15:36:29 +00:00
fix #269
这个提交存在于:
父节点
ecc60cc0cd
当前提交
ce2a74554e
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -176,7 +176,7 @@ public final class DownloadUtils {
|
|||
Pattern.matches("[a-zA-Z_0-9.\\-()%]+", filename)) {
|
||||
int dotPos = filename.lastIndexOf('.');
|
||||
if (0 <= dotPos) {
|
||||
return filename.substring(dotPos + 1);
|
||||
return filename.substring(dotPos);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
正在加载…
添加表格
在新工单中引用