This commit is contained in:
caishi 2022-12-08 16:52:16 +08:00
parent ad60c52e5c
commit 75a0abe11a
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class UserSubmitComponent extends Component {
filepath: filename ? filename : path,
branch: returnbar(branch),
new_branch: submitType === "1" ? values.branchname : undefined,
content:Base64.encode(content),
content:editor_type === "upload" ? content : Base64.encode(content),
message: values.desc,
})
.then((result) => {