FIX [base64解码操作]临时处理获取readme文件问题

This commit is contained in:
jasder 2021-05-21 18:41:29 +08:00
parent 5b2d6a8063
commit 1c8d0686ee
1 changed files with 1 additions and 1 deletions

View File

@ -59,5 +59,5 @@ if @project.forge?
end
end
end
json.readme @readme
json.readme @readme[:readme].merge(content: readme_render_decode64_content(@result[:readme]["content"], nil))
end