优化备份逻辑,连同头像一起备份

This commit is contained in:
DelLevin-Home
2026-03-13 16:18:25 +08:00
parent 9ad9eb1e94
commit bd9b82f6e1
9 changed files with 197 additions and 50 deletions

View File

@@ -213,14 +213,6 @@ class _NoteTabPageState extends State<NoteTabPage> {
color: Color(0xFF999999),
),
),
const SizedBox(height: 8),
const Text(
'记录你的想法和灵感',
style: TextStyle(
fontSize: 13,
color: Color(0xFFBBBBBB),
),
),
const SizedBox(height: 24),
InkWell(
onTap: () {
@@ -233,7 +225,7 @@ class _NoteTabPageState extends State<NoteTabPage> {
borderRadius: BorderRadius.circular(8),
),
child: const Text(
'添加',
'添加记',
style: TextStyle(
fontSize: 14,
fontWeight: FontWeight.w500,