feat: 颜色更新
parent
9cb0c632b4
commit
1212314175
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 15 KiB |
|
|
@ -69,7 +69,7 @@
|
|||
arrowLeftSvg.value = svg;
|
||||
};
|
||||
|
||||
const colorList = ref(["#0783FA", "#07D1FA", "#20E6A4", "#FFD15C"]);
|
||||
const colorList = ref(["#0783FA", "#07D1FA", "#20E6A4", "#FFD15C","#9A68FF"]);
|
||||
|
||||
const askSectionData = inject("askSectionData", ref<{ online: any[]; scource: any[] }>({ online: [], scource: [] }));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue