diff --git a/app/static/js/sort_file_by_name.js b/app/static/js/sort_file_by_name.js index f91ad94..5aeb666 100644 --- a/app/static/js/sort_file_by_name.js +++ b/app/static/js/sort_file_by_name.js @@ -35,7 +35,7 @@ function sortFileByName(file) { try { const techSpecs = [ // 分辨率相关(限定常见p档) - /\b(?:240|360|480|540|720|900|960|1080|1440|2160|4320)[pP]\b/g, + /(?:240|360|480|540|720|900|960|1080|1440|2160|4320)[pP]/g, // 常见分辨率 WxH(白名单) /\b(?:640x360|640x480|720x480|720x576|854x480|960x540|1024x576|1280x720|1280x800|1280x960|1366x768|1440x900|1600x900|1920x1080|2560x1080|2560x1440|3440x1440|3840x1600|3840x2160|4096x2160|7680x4320)\b/g, /(?