MCPcopy Create free account
hub / github.com/Work-Fisher/code-claw / stepLabel

Function stepLabel

ai-code-studio/src/components/SetupWizard.tsx:35–48  ·  view source on GitHub ↗
(step: WizardStep)

Source from the content-addressed store, hash-verified

33const wizardSteps: WizardStep[] = ['welcome', 'provider', 'workspace', 'runtime', 'verify'];
34
35function stepLabel(step: WizardStep) {
36 switch (step) {
37 case 'welcome':
38 return '欢迎';
39 case 'provider':
40 return '模型来源';
41 case 'workspace':
42 return '工作区';
43 case 'runtime':
44 return '运行时';
45 case 'verify':
46 return '验证';
47 }
48}
49
50function StepBadge({
51 step,

Callers 1

StepBadgeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected