替换原始文件-文件内容无需再次base64

This commit is contained in:
caishi 2025-07-03 18:14:18 +08:00
parent 66dc429bdf
commit 9f7a6f4c9b
1 changed files with 1 additions and 1 deletions

View File

@ -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,