Skip to content

Commit 7c29320

Browse files
committed
feat: 修改容易产生歧义的文案
1 parent d7d425d commit 7c29320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/MarkdownEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const MarkdownEditor: React.FC<MarkdownEditorProps> = ({ruleContent, roleContent
124124
{files.length > 0 && (
125125
<div className="file-list">
126126
<Box display="flex" justifyContent="space-between" alignItems="center" mb={1}>
127-
<Typography variant="h6">已上传文件</Typography>
127+
<Typography variant="h6">已选择文件</Typography>
128128
<IconButton
129129
onClick={handleClearAllFiles}
130130
color="error"

0 commit comments

Comments
 (0)