From a8b5a9c18d7e19902065d087370f9fe04e116ce1 Mon Sep 17 00:00:00 2001
From: caishi <1149225589@qq.com>
Date: Wed, 25 May 2022 17:33:20 +0800
Subject: [PATCH] =?UTF-8?q?=E5=88=A4=E6=96=AD=E6=98=AF=E5=90=A6=E6=98=BE?=
=?UTF-8?q?=E7=A4=BAreadme=20gitlink=E4=B9=9F=E8=A6=81=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/forge/Main/CoderDepot.jsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/forge/Main/CoderDepot.jsx b/src/forge/Main/CoderDepot.jsx
index 52c76b482..711463631 100644
--- a/src/forge/Main/CoderDepot.jsx
+++ b/src/forge/Main/CoderDepot.jsx
@@ -522,7 +522,7 @@ function CoderDepot(props){
(dirInfo && dirInfo.length === 0) && !fileInfo ? :""
}
{/* readme文件显示(显示文件详情时不显示readme文件) */}
- { (readme && readme.content) ? :"" }
+ { (readme && readme.replace_content) ? :"" }
{