From 7e354d1def9f47a07027e2f14532c84d1ab7d150 Mon Sep 17 00:00:00 2001 From: hkaikai <617760820@qq.com> Date: Wed, 8 Jan 2025 16:21:27 +0800 Subject: [PATCH] fix Spell Check --- .../example/assets/code/theme._buildCustomTheme.txt | 2 +- tdesign-component/example/lib/page/td_theme_page.dart | 2 +- tdesign-site/CHANGELOG.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tdesign-component/example/assets/code/theme._buildCustomTheme.txt b/tdesign-component/example/assets/code/theme._buildCustomTheme.txt index 1eb16f5fe..7f9d1a47f 100644 --- a/tdesign-component/example/assets/code/theme._buildCustomTheme.txt +++ b/tdesign-component/example/assets/code/theme._buildCustomTheme.txt @@ -10,7 +10,7 @@ }, colorMap: { 'brandNormalColor': Colors.red }), - // 不能直接在此处使用contxt,这里虽然被包裹在TGTheme中,但是context未更新,因此阿不到最新数据 + // 不能直接在此处使用context,这里虽然被包裹在TGTheme中,但是context未更新,因此阿不到最新数据 child: const TestWidget()); // /// 测试控件 diff --git a/tdesign-component/example/lib/page/td_theme_page.dart b/tdesign-component/example/lib/page/td_theme_page.dart index d3219d2ad..082378005 100644 --- a/tdesign-component/example/lib/page/td_theme_page.dart +++ b/tdesign-component/example/lib/page/td_theme_page.dart @@ -126,7 +126,7 @@ class _TDThemeColorsPageState extends State { }, colorMap: { 'brandNormalColor': Colors.red }), - // 不能直接在此处使用contxt,这里虽然被包裹在TGTheme中,但是context未更新,因此阿不到最新数据 + // 不能直接在此处使用context,这里虽然被包裹在TGTheme中,但是context未更新,因此阿不到最新数据 child: const TestWidget()); // /// 测试控件 diff --git a/tdesign-site/CHANGELOG.md b/tdesign-site/CHANGELOG.md index 230315f94..9f0ce24df 100644 --- a/tdesign-site/CHANGELOG.md +++ b/tdesign-site/CHANGELOG.md @@ -16,7 +16,7 @@ docClass: timeline - `Calendar`: 新增monthTitleBuilder参数 @hkaikai ([#419](https://github.com/Tencent/tdesign-flutter/pull/419)) - `Calendar`: 新增pickerHeight、pickerItemCount参数,用于控制时间选择组件高度 @hkaikai ([#421](https://github.com/Tencent/tdesign-flutter/pull/421)) - `Toast`: 支持自定义蒙层背景色 @ccXxx1aoBai ([#423](https://github.com/Tencent/tdesign-flutter/pull/423)) -- `Rate`: 支持disabeld 参数 @hkaikai ([#357](https://github.com/Tencent/tdesign-flutter/pull/357)) +- `Rate`: 支持disabled 参数 @hkaikai ([#357](https://github.com/Tencent/tdesign-flutter/pull/357)) - `Calendar`: 修改CalendarBuilder返回值为Widget @Luozf12345 ([#396](https://github.com/Tencent/tdesign-flutter/pull/396)) - `SearchBar`: 新增只读属性与点击事件 @shizhe2018 ([#393](https://github.com/Tencent/tdesign-flutter/pull/393)) - `Dialog`: TDDialogButtonOptions新增属性字体大小 @shizhe2018 ([#381](https://github.com/Tencent/tdesign-flutter/pull/381))