refactor(frontend): 更新 OptimizerPage 组件注释
-将"顶部选项区"注释修改为"顶部角色和选项区" - 此修改更好地描述了该区域的内容,包括角色头像和选择
This commit is contained in:
@@ -56,7 +56,7 @@ export default function OptimizerPage() {
|
|||||||
return (
|
return (
|
||||||
<Layout style={{ minHeight: '100vh' }}>
|
<Layout style={{ minHeight: '100vh' }}>
|
||||||
<Content style={{ padding: 16 }}>
|
<Content style={{ padding: 16 }}>
|
||||||
{/* 顶部选项区 */}
|
{/* 顶部角色和选项区 */}
|
||||||
<Card style={{ marginBottom: 16 }}>
|
<Card style={{ marginBottom: 16 }}>
|
||||||
<Row gutter={16}>
|
<Row gutter={16}>
|
||||||
{/* 角色头像与选择 */}
|
{/* 角色头像与选择 */}
|
||||||
|
|||||||
Reference in New Issue
Block a user