add wx mp

This commit is contained in:
2025-04-01 23:50:16 +08:00
parent 122fbec7da
commit 151f74441f
15 changed files with 36 additions and 19 deletions

View File

@@ -73,7 +73,7 @@ export const Profile = () => {
}
};
return (
<div className='w-full h-full bg-amber-50 p-4 text-primary'>
<div className='w-full h-full bg-amber-50 p-4 '>
<div className=' shadow-lg p-4 bg-white rounded-lg'>
<div className='text-2xl'>{t('Profile')}</div>
<div className='text-sm text-secondary'>{t('Edit your profile')}</div>