From 7789aeaad9032763805da324d743bc664bddd2e8 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期五, 18 四月 2025 17:17:26 +0800 Subject: [PATCH] 改为对接java而不是直接调langchain --- src/App.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/App.vue b/src/App.vue index 0b7a7bf..cb2d34f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -13,4 +13,7 @@ font-size: 14px; } +body { + margin: 0; +} </style> -- Gitblit v1.8.0