Forráskód Böngészése

:pencil: add day4 & 5

Jeremy Zheng 4 éve
szülő
commit
52006c99c0
1 módosított fájl, 26 hozzáadás és 21 törlés
  1. 26 21
      dashboard/README.md

+ 26 - 21
dashboard/README.md

@@ -15,27 +15,12 @@ yarn start
 - [TypeScript for JavaScript Programmers](https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html)
 - [Install ubuntu@wls(ONLY For Windows User)](https://ubuntu.com/wsl)
 - [Start continer](../docker)
-- How to use tmux
+- 在`tmux`内练习如下命令
 
   ```text
-  tmux new -s <session-name> 新建会话
-  $ tmux detach 分离会话
-  $ tmux ls 查看当前所有的 Tmux 会话
-  $ tmux attach -t 0  接入会话
-  $ tmux kill-session -t 0 命令用于杀死某个会话。
-  $ tmux switch -t 0 切换会话
-  ctrl+b [ 滚屏
-  Ctrl+b d 分离会话
-  Ctrl+b ? 帮助
   Ctrl+b %
   Ctrl+b "
-  Ctrl+b up
-  Ctrl+b down
-  Ctrl+b left
-  Ctrl+b right
-  Ctrl+b d:分离当前会话。
-  Ctrl+b s:列出所有会话。
-  Ctrl+b $:重命名当前会话。
+  Ctrl+b up/down/left/right
   ```
 
 - Start backend & frontend server
@@ -47,12 +32,32 @@ yarn start
 - 组件复用: **components/demo.ts**
 - 路由参数: **pages/demo/[id]/show.tsx**
 
-### Day 3: State & Fetch
+### Day 3: Form
 
-### Day 4: Form & Table
+- [Form](https://ant.design/components/form/), OnChange/OnSubmit events, Set/Get field value, Validator
+- [Input](https://ant.design/components/input/)
+- [Radio](https://ant.design/components/radio/)
+- [Select](https://ant.design/components/select/)
+- [Switch](https://ant.design/components/switch/)
+- [Time picker](https://ant.design/components/time-picker/)
+- [Date picker](https://ant.design/components/date-picker/)
+- [Checkbox](https://ant.design/components/checkbox/)
+- [Popconfirm](https://ant.design/components/popconfirm/)
 
-### Day 5: Work with http rest api
+### Day 4: 常见组件
 
-### Day 6
+- [Table](https://ant.design/components/table/#header)
+- [Menu](https://ant.design/components/menu/#header)
+- [Layout](https://ant.design/components/layout/)
+- [Grid](https://ant.design/components/grid/)
+- [Pagination](https://ant.design/components/pagination/)
+- [Message](https://ant.design/components/message/)
+- [Notification](https://ant.design/components/notification/)
+
+### Day 5: State & Fetch
+
+- Work with http rest api
+
+### Day 6: Auth
 
 ### Day 7