Update release workflow

Updates the release workflow to download and include NapCat.Shell.Windows.OneKey.zip in the release artifacts.
This commit is contained in:
手瓜一十雪
2026-01-03 18:37:17 +08:00
parent 4f927a8ccd
commit 6d453aab50
4 changed files with 77 additions and 30 deletions

View File

@@ -510,15 +510,15 @@ export class PacketMsgPttElement extends IPacketMsgElement<SendPttElement> {
}
override buildElement (): NapProtoEncodeStructType<typeof Elem>[] {
return [];
// if (!this.msgInfo) return [];
// return [{
// commonElem: {
// serviceType: 48,
// pbElem: new NapProtoMsg(MsgInfo).encode(this.msgInfo),
// businessType: 22,
// }
// }];
//return [];
if (!this.msgInfo) return [];
return [{
commonElem: {
serviceType: 48,
pbElem: new NapProtoMsg(MsgInfo).encode(this.msgInfo),
businessType: 22,
}
}];
}
override toPreview (): string {