docs: 更新 LOCAL_CHANGES.md 记录多选面板修复
This commit is contained in:
parent
2599ce7cca
commit
1271c27b41
|
|
@ -34,6 +34,15 @@
|
||||||
* 从 upstream/main 同步了 `images/photo.svg`、`images/screen.svg`、`images/file.svg` 官方资源。
|
* 从 upstream/main 同步了 `images/photo.svg`、`images/screen.svg`、`images/file.svg` 官方资源。
|
||||||
* 移除了之前的所有本地修改(包括使用 `images/svg/send_image.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`
|
### `scripts/sync_from_upstream.sh`
|
||||||
* **修改日期**: 2026-01-05
|
* **修改日期**: 2026-01-05
|
||||||
* **修改目的**: 修复同步脚本的关键 bug,确保 `images/` 真正被保护。
|
* **修改目的**: 修复同步脚本的关键 bug,确保 `images/` 真正被保护。
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue