release: 1.8.5

This commit is contained in:
手瓜一十雪
2024-08-09 21:38:36 +08:00
parent b8b67a10f2
commit 5c2c50d8a4
5 changed files with 11 additions and 9 deletions

View File

@@ -228,16 +228,18 @@ export class OB11Constructor {
const videoElement: VideoElement = element.videoElement;
//读取视频链接并兜底
let videoUrl;//Array
let peer:Peer = {
chatType: msg.chatType,
peerUid: msg.peerUid,
guildId: '0'
};
if (msg.peerUin == '284840486') {
peer = msg.parentMsgPeer;
//合并消息内部 应该进行特殊处理 可能需要重写peer 待测试与研究 Mlikiowa Taged TODO
}
try {
videoUrl = await NTQQFileApi.getVideoUrl({
chatType: msg.chatType,
peerUid: msg.peerUid,
guildId: '0'
}, msg.msgId, element.elementId);
videoUrl = await NTQQFileApi.getVideoUrl(peer, msg.msgId, element.elementId);
} catch (error) {
videoUrl = undefined;
}

View File

@@ -1 +1 @@
export const version = '1.8.4';
export const version = '1.8.5';

View File

@@ -29,7 +29,7 @@ async function onSettingWindowCreated(view: Element) {
SettingItem(
'<span id="napcat-update-title">Napcat</span>',
undefined,
SettingButton('V1.8.4', 'napcat-update-button', 'secondary')
SettingButton('V1.8.5', 'napcat-update-button', 'secondary')
),
]),
SettingList([