fix: 修正Q2方案标签并添加导出功能

修复Q2方案的标签显示不一致问题,将"Q Scheme 2"改为"Q2 Scheme"
在Q2方案页面添加导出功能组件
This commit is contained in:
徐涛
2025-07-14 23:05:01 +08:00
parent e327885545
commit 4119a1ab64
2 changed files with 4 additions and 1 deletions

View File

@@ -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' },