icon优化

This commit is contained in:
Developer
2026-04-02 17:31:53 +08:00
parent 954d173329
commit 09fee0694c
34 changed files with 754 additions and 194 deletions

View File

@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
---
## [1.3.32] - 2026-04-02
### 新增
-**个人卡片emoji头像点击切换功能**
- 点击头像可自动切换不同的emoji表情
- 内置20个精选emoji头像👤😊🎨🌟🦋🌺🍀🎯🚀💎🌈🎭🦊🐼🦁🐨🦄🐉🔥⚡
- 添加触觉反馈,提升交互体验
- 切换时显示SnackBar提示告知用户新头像
- 支持收起和展开状态下的头像切换
- 涉及文件:
- `lib/views/profile/per_card.dart` - 添加头像切换功能
---
## [1.3.31] - 2026-04-02
### 优化
@@ -65,18 +79,6 @@ All notable changes to this project will be documented in this file.
---
## [1.3.27] - 2026-04-02
### 优化
- 🎨 **优化调试信息气泡样式**
- 改用透明毛玻璃效果,使用 `barBlur` 实现模糊效果
- 移除纯色背景,使用半透明黑色背景 (alpha: 0.15)
- 保持 iOS 风格的简洁设计
- 涉及文件:
- `lib/views/home/home-load.dart` - 修改 showMessage 方法样式
---
## [1.3.26] - 2026-04-02
### 优化
@@ -413,17 +415,18 @@ All notable changes to this project will be documented in this file.
- ✅ 使用教程页面
- ✅ 全站统计页面
- ✅ 修复 AppBar 标题显示问题
- ✅ 个人卡片emoji头像切换功能
### 开发中
- 🚧 更多功能优化
## 开发进度
| 功能 | 优先级 | 状态 |
|------|--------|------|
| 使用教程 | 1 | ✅ 已完成 |
| 投稿功能优化 | 2 | ✅ 已完成 |
| 界面美化 | 3 | ✅ 已完成 |
| 数据管理功能 | 1 | ✅ 已完成 |
| 性能优化 | 4 | 🔄 进行中 |
| 新功能开发 | 5 | 📋 计划中 |
| 功能 | 优先级 | 状态 |
| ------------ | ------ | -------- |
| 使用教程 | 1 | ✅ 已完成 |
| 投稿功能优化 | 2 | ✅ 已完成 |
| 界面美化 | 3 | ✅ 已完成 |
| 数据管理功能 | 1 | ✅ 已完成 |
| 性能优化 | 4 | 🔄 进行中 |
| 新功能开发 | 5 | 📋 计划中 |