Skip to content

Commit

Permalink
Merge pull request #2 from Pleasurecruise/pr-1180
Browse files Browse the repository at this point in the history
[完成翻译] src/content/cookbook/effects/drag-a-widget.md cfug#1180
  • Loading branch information
Pleasurecruise authored Sep 12, 2024
2 parents db1e27b + cb00eb9 commit b4c715e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/cookbook/effects/drag-a-widget.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ In this recipe, the user should drop a menu item on a
`CustomerCart` widget to add the menu item to the user's cart.

在本示例中,用户应将菜单项拖放到 `CustomerCart` widget 上,
以将菜单项添加到用户的购物车中
从而将菜单项添加到用户的购物车中

<?code-excerpt "lib/main.dart (CustomerCart)" replace="/^return //g;/^\),$/)/g"?>
```dart
Expand Down

0 comments on commit b4c715e

Please sign in to comment.