Refactor API requests and update component imports

This commit is contained in:
wangqiao
2025-08-18 14:28:10 +08:00
parent 07b4d3de99
commit 9ae3abeded
91 changed files with 669 additions and 884 deletions

View File

@ -128,7 +128,7 @@
justify-content: space-between;
align-items: center;
margin-bottom: 40px;
background-image: url('@/assets/images/community-banner.png');
background-image: url('~/assets/images/community-banner.png');
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
@ -161,7 +161,7 @@
h2 {
color: #333;
margin: 40px 0 20px;
background-image: url('@/assets/images/community-bg.png');
background-image: url('~/assets/images/community-bg.png');
background-size: 120px 16px;
background-position: 14px 22px;
background-repeat: no-repeat;