feat: first commit

This commit is contained in:
eleanor.mao
2025-03-31 22:34:22 +08:00
commit d25187c9c8
390 changed files with 57031 additions and 0 deletions

6
src/store/constants.ts Normal file
View File

@ -0,0 +1,6 @@
export const CHANGE_HOME_PAGE = 'CHANGE_HOME_PAGE';
export const CHANGE_ROLE_TYPE = 'CHANGE_ROLE_TYPE';
export const SET_LOCATION_INFO = 'SET_LOCATION_INFO';
export const SET_USER_INFO = 'SET_USER_INFO';
export const SET_BIND_PHONE = 'SET_BIND_PHONE';
export const SET_USER_MESSAGE = 'SET_USER_MESSAGE';