Commit 9b284951 by CaIon

fix: fix typo

parent 5659e572
...@@ -39,7 +39,7 @@ function renderType(type) { ...@@ -39,7 +39,7 @@ function renderType(type) {
return <Tag color="cyan" size='large'>平移</Tag>; return <Tag color="cyan" size='large'>平移</Tag>;
case 'DESCRIBE': case 'DESCRIBE':
return <Tag color="yellow" size='large'>图生文</Tag>; return <Tag color="yellow" size='large'>图生文</Tag>;
case 'BLEAND': case 'BLEND':
return <Tag color="lime" size='large'>图混合</Tag>; return <Tag color="lime" size='large'>图混合</Tag>;
case 'SHORTEN': case 'SHORTEN':
return <Tag color="pink" size='large'>缩词</Tag>; return <Tag color="pink" size='large'>缩词</Tag>;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment