chore: update pom.xml Lombok config and deploy settings

- Update Maven compiler plugin to support Lombok annotation processing
- Add deploy.conf for automated deployment
- Update backend models and controllers
- Update frontend pages and API
This commit is contained in:
2026-03-04 12:21:29 +08:00
parent 4646fbc9b5
commit 6f2dc27fbc
20 changed files with 352 additions and 151 deletions

View File

@@ -488,18 +488,21 @@ export default {
justify-content: center;
gap: 16rpx;
transition: all 0.3s;
border-bottom: 3px solid transparent;
border-bottom: none;
box-sizing: border-box;
color: #9ca3af;
font-weight: 400;
.tab-icon {
font-size: 28rpx;
color: #9ca3af;
font-weight: 400;
}
.tab-text {
font-size: 28rpx;
color: #9ca3af;
font-weight: 400;
}
&.active {
@@ -514,6 +517,7 @@ export default {
}
.tab-icon {
color: #f97316;
font-weight: 700;
}
}
}