feat: 颜色更新

master
xjs 2025-05-26 14:13:54 +08:00
parent 9cb0c632b4
commit 1212314175
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -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: [] }));