fix: 修正Q2方案标签并添加导出功能
修复Q2方案的标签显示不一致问题,将"Q Scheme 2"改为"Q2 Scheme" 在Q2方案页面添加导出功能组件
This commit is contained in:
@@ -47,7 +47,7 @@ export type SchemeTypeOption = {
|
||||
};
|
||||
export const SchemeTypeOptions: SchemeTypeOption[] = [
|
||||
{ label: 'Q Scheme', short: 'Q', value: 'q_scheme' },
|
||||
{ label: 'Q Scheme 2', short: 'Q2', value: 'q_2_scheme' },
|
||||
{ label: 'Q2 Scheme', short: 'Q2', value: 'q_2_scheme' },
|
||||
{ label: 'Swatch Scheme', short: 'Swatch', value: 'swatch_scheme' },
|
||||
{ label: 'Material Design 2 Scheme', short: 'M2', value: 'material_2' },
|
||||
{ label: 'Material Design 3 Scheme', short: 'M3', value: 'material_3' },
|
||||
|
Reference in New Issue
Block a user