mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
fix: 无法发送url视频
This commit is contained in:
@@ -201,7 +201,7 @@ export class NTQQFileApi {
|
||||
elementType: ElementType.VIDEO,
|
||||
elementId: '',
|
||||
videoElement: {
|
||||
fileName: fileName || _fileName,
|
||||
fileName: (fileName || _fileName).replace(/\.[^/.]+$/, '.mp4'),
|
||||
filePath: path,
|
||||
videoMd5: md5,
|
||||
thumbMd5,
|
||||
|
Reference in New Issue
Block a user