Commit b39e4736 authored by martin hou's avatar martin hou

fix: FileInfo类型增加version声明

parent 4162afb7
......@@ -38,6 +38,7 @@ export type FileInfo = {
length: number; // 文件长度,单位为字节
mode: 'room' | 'whisper' | 'call' | null; // 录音模式,room:现场录音,whisper:小笔记,call:通话
signature: string; // 文件签名,0长度的文件或是录音中的文件的值为000000000000000000000000000000000
version: number; // 文件版本号,1~7
};
// 蓝牙状态
......
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