feat:完成清除高亮脚本封装

This commit is contained in:
PingChuan
2025-11-27 16:13:51 +08:00
parent d5827a2146
commit f2714360d3
5 changed files with 361 additions and 3 deletions
+1 -1
View File
@@ -375,7 +375,7 @@ export function FilePreview({ fileContent, activeReviewPointResultId, targetPage
fileId={real_path}
mode="edit"
userId={userInfo?.sub || 'guest'}
userName={userInfo?.nick_name || '访客'}
userName={userInfo?.nick_name || ''}
/>
);
} else {