🎨 调整2026莫兰迪主题色
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user