feat: enhance user profile and achievement features

- Add functionality for users to update their profile picture and nickname
- Implement achievement theme selection in onboarding
- Update API integration for profile updates and achievement themes
- Refine UI elements for better user interaction and experience
This commit is contained in:
nepiedg
2026-04-04 14:22:22 +08:00
parent 3cea0dca0d
commit 4066bd31fa
13 changed files with 1773 additions and 436 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ export default defineConfig({
proxy: {
'/api/v1': {
// target: 'http://localhost:8080',
target: 'http://nas.quitsmok.top:8300',
target: 'http://192.168.31.73:8080',
changeOrigin: true
}
}