From 1271c27b41b0a4db8d6e5e02dbc2712332750e1a Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 6 Jan 2026 15:59:59 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20LOCAL=5FCHANGES.md?= =?UTF-8?q?=20=E8=AE=B0=E5=BD=95=E5=A4=9A=E9=80=89=E9=9D=A2=E6=9D=BF?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LOCAL_CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/LOCAL_CHANGES.md b/LOCAL_CHANGES.md index b5b75b8..7131d61 100644 --- a/LOCAL_CHANGES.md +++ b/LOCAL_CHANGES.md @@ -34,6 +34,15 @@ * 从 upstream/main 同步了 `images/photo.svg`、`images/screen.svg`、`images/file.svg` 官方资源。 * 移除了之前的所有本地修改(包括使用 `images/svg/send_image.svg` 等的尝试)。 +### `lib/ui/views/TIMUIKitChat/tim_uikit_multi_select_panel.dart` +* **修改日期**: 2026-01-06 +* **修改目的**: 修复 Material 3 下多选面板图标按钮尺寸显示问题。 +* **详细改动**: + * 为所有 `Image.asset` 添加明确的 `width` 和 `height` 参数。 + * 桌面端(desktopWidget)图标设置为 30x30。 + * 移动端(defaultWidget)图标设置为 40x40。 + * 解决 `IconButton` 的 `iconSize` 参数对 `Image.asset` 不生效的 M3 兼容性问题。 + ### `scripts/sync_from_upstream.sh` * **修改日期**: 2026-01-05 * **修改目的**: 修复同步脚本的关键 bug,确保 `images/` 真正被保护。