fix: 修复版本号和TS编译错误,npm install + tsc + vite build全部通过
This commit is contained in:
@@ -277,7 +277,7 @@ const WizardPage: React.FC = () => {
|
||||
<Text>{project.milestones.length}</Text>
|
||||
</div>
|
||||
{(!project.name || !project.goal) && (
|
||||
<Message.warning>⚠️ 项目名称和目标为必填项</Message.warning>
|
||||
<div style={{ color: '#ff7d00', fontSize: 14, marginTop: 8 }}>⚠️ 项目名称和目标为必填项</div>
|
||||
)}
|
||||
</Space>
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user