From e8467c2870e8b2ac18819588dd6ddc0a2df8bf00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BE=B7=E5=AE=87?= Date: Mon, 21 Sep 2026 15:10:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E8=A7=86=E5=9B=BE=E5=89=8D=E8=A7=86?= =?UTF-8?q?=E5=9B=BE=E5=8E=BB=E6=8E=89=E9=A6=96=E5=B0=BE=E7=A9=BA=E7=99=BD?= =?UTF-8?q?=E5=86=8D=E6=8F=90=E4=BA=A4provider=20-=20front=20=E5=8F=AA?= =?UTF-8?q?=E6=8C=89=20trim=20=E5=90=8E=E5=88=A4=E7=A9=BA=EF=BC=8C?= =?UTF-8?q?=E4=BD=86=E5=85=88=E5=89=8D=E6=8A=8A=E6=9C=AA=20trim=20?= =?UTF-8?q?=E7=9A=84=E5=8E=9F=E4=B8=B2=E4=BA=A4=E7=BB=99=20FileInput?= =?UTF-8?q?=EF=BC=8C=E5=B8=A6=E7=A9=BA=E7=99=BD=E7=9A=84=E5=8F=96=E5=80=BC?= =?UTF-8?q?=E4=BC=9A=E8=A2=AB=E5=8E=9F=E6=A0=B7=E5=8F=91=E5=87=BA=20-=20?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E6=8F=90=E4=BA=A4=E5=89=8D=20trim=EF=BC=8C?= =?UTF-8?q?=E4=B8=8E=20image=5Fto=5Fmodel=20=E7=9A=84=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E5=8F=A3=E5=BE=84=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../crates/platform-tripo/src/multiview_to_model/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-rs/crates/platform-tripo/src/multiview_to_model/client.rs b/server-rs/crates/platform-tripo/src/multiview_to_model/client.rs index 1117b5653..ad32a5555 100644 --- a/server-rs/crates/platform-tripo/src/multiview_to_model/client.rs +++ b/server-rs/crates/platform-tripo/src/multiview_to_model/client.rs @@ -88,7 +88,7 @@ fn to_sdk_params(request: &Model3dMultiviewToModelRequest) -> MultiviewToModelPa back, right, } => MultiviewToModelParams::from_views([ - Some(FileInput::from(front.as_str())), + Some(FileInput::from(front.trim())), optional_view(left), optional_view(back), optional_view(right),