删除图片

This commit is contained in:
Chen Li
2025-08-14 17:25:15 +08:00
parent 9202a578cd
commit 24a3a6bd62
2 changed files with 1 additions and 1 deletions

BIN
assets/images/delete.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 789 B

View File

@@ -49,7 +49,7 @@ class _ChatFooterState extends State<ChatFooter>
child: GestureDetector(
onTap: widget.onClear,
child: Image.asset(
'assets/images/history_mini.png',
'assets/images/delete.png',
width: 24,
height: 24,
),