Bläddra i källkod

✨ feat(profile): update navigation bar style

- 导航栏更新为主题色(#4A90C2)
- 设置导航栏文字为白色
- 移除导航栏边框样式
yourname 3 månader sedan
förälder
incheckning
4e903be7bc

+ 1 - 0
docs/stories/005.010.personal-center-management.story.md

@@ -384,6 +384,7 @@ export default app;
 - ✅ 实现会员进度条组件,显示升级进度
 - ✅ 添加版本信息展示(去看出行 v1.0.0)
 - ✅ 按照 mini-demo 样式规范重新设计退出登录按钮
+- ✅ 导航栏更新为主题色(#4A90C2),白色文字,无边框
 
 ### File List
 - [mini/src/pages/profile/index.tsx](mini/src/pages/profile/index.tsx) - 个人中心页面重构

+ 3 - 0
mini/src/pages/profile/index.tsx

@@ -175,6 +175,9 @@ const ProfilePage: React.FC = () => {
         rightIcon="i-heroicons-cog-6-tooth-20-solid"
         onClickRight={handleSettings}
         leftIcon=""
+        backgroundColor="bg-primary"
+        textColor="text-white"
+        border={false}
       />
       <ScrollView className="flex-1 bg-[#F8F9FA] pb-10">
         {/* 用户信息区域 - 渐变背景 */}