Commit 1d67763b authored by martin hou's avatar martin hou

feat: 增加对06版文件的支持

parent 26ba5319
...@@ -784,6 +784,10 @@ Jensen.prototype.listFiles = async function () { ...@@ -784,6 +784,10 @@ Jensen.prototype.listFiles = async function () {
{ {
duration = flen / 12; duration = flen / 12;
} }
else if (ver == 6)
{
duration = flen / 16;
}
let createDate = ''; let createDate = '';
let createTime = ''; let createTime = '';
if (ftime) { if (ftime) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment