优化首页背景为淡粉色系
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Agent
2026-03-27 03:40:22 +00:00
parent 6e26355e7d
commit 345c3283e0

View File

@@ -245,7 +245,7 @@ export default {
<style>
.page {
min-height: 100vh;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
padding: 30rpx;
}