From 9f7a6f4c9bccd5cccf331401a6ea8939149aa754 Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Thu, 3 Jul 2025 18:14:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E5=8E=9F=E5=A7=8B=E6=96=87?= =?UTF-8?q?=E4=BB=B6-=E6=96=87=E4=BB=B6=E5=86=85=E5=AE=B9=E6=97=A0?= =?UTF-8?q?=E9=9C=80=E5=86=8D=E6=AC=A1base64?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Main/CoderRootFileDetail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/forge/Main/CoderRootFileDetail.js b/src/forge/Main/CoderRootFileDetail.js index da218e7a1..1e5e40243 100644 --- a/src/forge/Main/CoderRootFileDetail.js +++ b/src/forge/Main/CoderRootFileDetail.js @@ -252,7 +252,7 @@ class CoderRootFileDetail extends Component { filepath: returnbar(path.substr(1)), base64_filepath:Base64.encode(returnbar(path.substr(1))), branch: returnbar(branchName), - content:Base64.encode(e.fileContent), + content:e.fileContent, message: msg, delete_file:{ filepath: detail.path,