feat: 增加积分模块

This commit is contained in:
2026-08-31 15:23:17 +08:00
parent b058394b42
commit 9c6895caf1
8 changed files with 192 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ export const useProfileStore = defineStore('profile', {
showOverviewPopup: false,
showPlanPopup: false,
showDefaultRecordValuePopup: false,
showPointPopup: false,
profileForm: {
gender: '',
height: 0,