投稿功能

This commit is contained in:
Developer
2026-03-30 18:15:59 +08:00
parent aeddc200a7
commit 820d35fe16
3 changed files with 340 additions and 4 deletions

View File

@@ -4,6 +4,32 @@ All notable changes to this project will be documented in this file.
---
## [1.3.5] - 2026-03-30
### 新增
- 📜 **投稿记录功能**
- 新增投稿记录页面 `lib/views/profile/expand/tougao.dart`
- 显示历史投稿记录列表,按时间倒序排列
- 支持展开查看详细信息(分类、诗人和标题、关键词、平台、介绍)
- 提供清空所有记录功能(带确认提示)
- 修改 `lib/views/profile/expand/manu-script.dart`
- 在AppBar添加历史记录图标按钮点击跳转至记录页面
- 投稿成功后自动保存记录到SharedPreferences
- 最多保存50条记录超出时自动删除最早的记录
---
## [1.3.4] - 2026-03-30
### 新增
- 🚀 **Flutter请求免验证码验证**
- 修改后端PHP代码 `ht/api.php`当img字段包含"Flutter"时自动跳过验证码验证
- 修改Flutter前端 `lib/views/profile/expand/manu-script.dart`,完全移除人机验证相关功能
- Flutter应用用户无需填写验证码简化投稿流程
- 保持非Flutter请求如浏览器仍需验证码验证的安全性
---
## [1.3.3] - 2026-03-30
### 修复