Skip to content

Commit

Permalink
Merge pull request #246 from epoll-j/feature/count_up
Browse files Browse the repository at this point in the history
feat(td_count_down): 添加正向计时功能
  • Loading branch information
Luozf12345 authored Aug 2, 2024
2 parents dfb78c0 + 4ac7956 commit 18d4937
Show file tree
Hide file tree
Showing 7 changed files with 229 additions and 179 deletions.
9 changes: 4 additions & 5 deletions tdesign-component/example/lib/config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import 'page/td_button_page.dart';
import 'page/td_cell_page.dart';
import 'page/td_checkbox_page.dart';
import 'page/td_collapse.dart';
import 'page/td_count_down_page.dart';
import 'page/td_time_counter_page.dart';
import 'page/td_date_picker_page.dart';
import 'page/td_dialog_page.dart';
import 'page/td_divider_page.dart';
Expand Down Expand Up @@ -159,10 +159,9 @@ Map<String, List<ExamplePageModel>> exampleMap = {
ExamplePageModel(
text: 'Cell 单元格', name: 'cell', pageBuilder: _wrapInheritedTheme((context) => const TDCellPage())),
ExamplePageModel(
text: 'CountDown 倒计时',
name: 'count-down',
pageName: 'count_down',
pageBuilder: _wrapInheritedTheme((context) => const TDCountDownPage())),
text: 'TimeCounter 计时器',
name: 'time-counter',
pageBuilder: _wrapInheritedTheme((context) => const TDTimeCounterPage())),
ExamplePageModel(
text: 'Collapse 折叠面板',
name: 'collapse',
Expand Down
Loading

0 comments on commit 18d4937

Please sign in to comment.