fix: 修复版本号和TS编译错误,npm install + tsc + vite build全部通过
This commit is contained in:
@@ -7,7 +7,7 @@ import { generateCharter, generateStakeholderRegister, ProjectData } from './cha
|
||||
import { HRManager } from './hr-manager';
|
||||
import { ExperienceManager } from './experience-manager';
|
||||
import { notifyProjectCreated, notifyMilestoneReminder, notifyRiskAlert, notifyDecisionRequired } from '../server/feishu';
|
||||
import { createDecision, DECISION_TEMPLATES } from './decision-cards';
|
||||
import { createDecision, DECISION_TEMPLATES, getPendingDecisions } from './decision-cards';
|
||||
import { getChecklistByPhase, getPhaseCompletion, ChecklistItem } from './checklists';
|
||||
|
||||
export interface FlowResult {
|
||||
|
||||
@@ -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