From 402568ed7ef2328e98b35f4ce9fd2d233ef31f40 Mon Sep 17 00:00:00 2001 From: daiyb <570956418@qq.com> Date: Tue, 16 Dec 2025 09:20:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=94=AE=E8=AF=8D=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/cast/cast.pb.go | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/api/cast/cast.pb.go b/api/cast/cast.pb.go index 8910cac..ec45bd5 100644 --- a/api/cast/cast.pb.go +++ b/api/cast/cast.pb.go @@ -975,6 +975,7 @@ type UpdateWorkImageReq struct { Success bool `protobuf:"varint,20,opt,name=success,proto3" json:"success"` ArtistSubNum string `protobuf:"bytes,21,opt,name=artistSubNum,proto3" json:"artistSubNum"` ScriptUuid string `protobuf:"bytes,22,opt,name=scriptUuid,proto3" json:"scriptUuid"` + PromptUuids []string `protobuf:"bytes,23,rep,name=promptUuids,proto3" json:"promptUuids"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -1163,6 +1164,13 @@ func (x *UpdateWorkImageReq) GetScriptUuid() string { return "" } +func (x *UpdateWorkImageReq) GetPromptUuids() []string { + if x != nil { + return x.PromptUuids + } + return nil +} + type UpdateWorkImageResp struct { state protoimpl.MessageState `protogen:"open.v1"` WorkUuid string `protobuf:"bytes,1,opt,name=workUuid,proto3" json:"workUuid"` @@ -12139,7 +12147,7 @@ const file_pb_fiee_cast_proto_rawDesc = "" + "\x0eBindManagerReq\x12*\n" + "\x10mediaAccountUuid\x18\x01 \x01(\tR\x10mediaAccountUuid\x12 \n" + "\vmanagerUuid\x18\x02 \x01(\tR\vmanagerUuid\x12(\n" + - "\x0fmanagerUserName\x18\x03 \x01(\tR\x0fmanagerUserName\"\xd2\x06\n" + + "\x0fmanagerUserName\x18\x03 \x01(\tR\x0fmanagerUserName\"\xf4\x06\n" + "\x12UpdateWorkImageReq\x12\x14\n" + "\x05title\x18\x01 \x01(\tR\x05title\x12\x18\n" + "\acontent\x18\x02 \x01(\tR\acontent\x12\x16\n" + @@ -12169,7 +12177,8 @@ const file_pb_fiee_cast_proto_rawDesc = "" + "\fartistSubNum\x18\x15 \x01(\tR\fartistSubNum\x12\x1e\n" + "\n" + "scriptUuid\x18\x16 \x01(\tR\n" + - "scriptUuid\"1\n" + + "scriptUuid\x12 \n" + + "\vpromptUuids\x18\x17 \x03(\tR\vpromptUuids\"1\n" + "\x13UpdateWorkImageResp\x12\x1a\n" + "\bworkUuid\x18\x01 \x01(\tR\bworkUuid\"\xbf\x01\n" + "\rPublishConfig\x12$\n" +