🎨 调整2026莫兰迪主题色

This commit is contained in:
2026-06-05 13:01:09 +08:00
parent 4eb2146206
commit 0be56a5b0c
13 changed files with 376 additions and 102 deletions
+4 -4
View File
@@ -29,9 +29,9 @@ const drawProgress = () => {
// 创建渐变
const gradient = ctx.createLinearGradient(0, 0, width, height);
gradient.addColorStop(0, '#4f46e5'); // 靛蓝色
gradient.addColorStop(0.5, '#7c3aed'); // 紫色
gradient.addColorStop(1, '#db2777'); // 粉色
gradient.addColorStop(0, '#5f8796');
gradient.addColorStop(0.5, '#6f9688');
gradient.addColorStop(1, '#8c8294');
// 绘制背景
ctx.strokeStyle = 'rgba(229, 231, 235, 0.2)'; // 淡灰色半透明
@@ -151,4 +151,4 @@ watch(() => props.progress, drawProgress);
height: 100%;
transition: all 0.3s ease;
}
</style>
</style>