深色模式、首页设置页面和功能优化

This commit is contained in:
Developer
2026-04-02 07:06:55 +08:00
parent f0a62ed68b
commit 954d173329
88 changed files with 12157 additions and 7578 deletions

View File

@@ -186,6 +186,12 @@ class PersonalCardState extends State<PersonalCard> {
_isExpanded = newIsExpanded;
});
}
// 监听currentPage变化触发UI更新
if (oldWidget.currentPage != widget.currentPage) {
setState(() {
// currentPage变化触发UI重新构建
});
}
}
void _toggleExpand() {