release
This commit is contained in:
@@ -278,10 +278,12 @@ class PersonalCardState extends State<PersonalCard> {
|
||||
HapticFeedback.lightImpact();
|
||||
|
||||
// 显示切换提示
|
||||
final themeController = Get.find<ThemeController>();
|
||||
Get.snackbar(
|
||||
'头像切换',
|
||||
'头像已切换为 ${_avatarEmojis[_currentAvatarIndex]}',
|
||||
duration: const Duration(seconds: 1),
|
||||
colorText: themeController.currentThemeColor,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user