Просмотр исходного кода

update future and milestone documents

杜府 3 лет назад
Родитель
Сommit
a1c5033113
4 измененных файлов с 26 добавлено и 30 удалено
  1. 9 15
      doc/guide/future.md
  2. 9 15
      doc/guide/future_en.md
  3. 4 0
      doc/guide/milestone.md
  4. 4 0
      doc/guide/milestone_en.md

+ 9 - 15
doc/guide/future.md

@@ -1,24 +1,18 @@
 ## 💪 新增 💪
 ## 💪 新增 💪
 
 
-#### 组件
+- [ ] 新增 Pagination-分页组件,个人反感无限滚动,考虑点击加载更多。
+- [ ] 新增 NumKeyboard-数字键盘组件,一般用于输入数字。
+- [ ] 新增 SecurityCode-安全码组件,一般用于输入短信或邮件收到的数字校验码。
 
 
-| 状态   | 组件       | 名称 | 说明                                             |
-| ------ | ---------- | ---- | ------------------------------------------------ |
-| 计划中 | Pagination | 分页 | 个人非常反感上滑无限滚动,准备使用点击加载更多。 |
+---
 
 
-#### 业务组件
+## 👏 优化 👏
 
 
-| 状态   | 组件         | 名称     | 说明                                     |
-| ------ | ------------ | -------- | ---------------------------------------- |
-| 计划中 | NumKeyboard  | 数字键盘 | 数字键盘面板。                           |
-| 计划中 | SecurityCode | 安全码   | 一般用于输入短信或邮件收到的数字校验码。 |
+- [ ] 按照 JSDoc 规则完善源码注释,对 Props 进行约束,也方便 IDE 提示。
+- [ ] Skeleton 骨架屏组件增加更多的动画效果。
 
 
 ---
 ---
 
 
-## 👏 优化 👏
-
-#### 组件
+## 💪 持续 💪
 
 
-| 状态   | 组件     | 名称   | 说明                 |
-| ------ | -------- | ------ | -------------------- |
-| 计划中 | Skeleton | 骨架屏 | 增加更多的动画效果。 |
+- [ ] 丰富 Loading 加载组件类型。

+ 9 - 15
doc/guide/future_en.md

@@ -1,24 +1,18 @@
 ## 💪 New Features 💪
 ## 💪 New Features 💪
 
 
-#### Components
+- [ ] Added Pagination component, as I dislike infinite scrolling and prefer click-to-load-more functionality.
+- [ ] Added NumKeyboard component for inputting numbers.
+- [ ] Added SecurityCode component for entering verification codes received via SMS or email.
 
 
-| Status  | Component  | Name       | Description                                                               |
-| ------- | ---------- | ---------- | ------------------------------------------------------------------------- |
-| Planned | Pagination | Pagination | Personally dislike infinite scrolling and plan to use click-to-load-more. |
+---
 
 
-#### Business Components
+## 👏 Improvements 👏
 
 
-| Status  | Component    | Name          | Description                                                                   |
-| ------- | ------------ | ------------- | ----------------------------------------------------------------------------- |
-| Planned | NumKeyboard  | Num Keyboard  | Numeric keyboard panel.                                                       |
-| Planned | SecurityCode | Security Code | Generally used to enter digital verification codes received via SMS or email. |
+- [ ] Improved source code comments according to JSDoc rules, added constraints on Props, and made it easier for IDEs to provide suggestions.
+- [ ] Increased the number of animation effects in the Skeleton screen component.
 
 
 ---
 ---
 
 
-## 👏 Improvements 👏
-
-#### Component
+## 💪 Ongoing Development 💪
 
 
-| Status  | Component | Name     | Description                 |
-| ------- | --------- | -------- | --------------------------- |
-| Planned | Skeleton  | Skeleton | Add more animation effects. |
+- [ ] Expand the types of Loading components available.

+ 4 - 0
doc/guide/milestone.md

@@ -1,3 +1,7 @@
+## 2023-06-16
+
+列入阮一峰老师的科技爱好者周刊。[科技爱好者周刊(第 259 期)](https://www.ruanyifeng.com/blog/2023/06/weekly-issue-259.html)
+
 ## 2023-05-03
 ## 2023-05-03
 
 
 将组件源码与文档分开,避免 node_modules 体积过大。
 将组件源码与文档分开,避免 node_modules 体积过大。

+ 4 - 0
doc/guide/milestone_en.md

@@ -1,3 +1,7 @@
+## 2023-06-16
+
+Featured in Ruan Yifeng's weekly-issue. [weekly-issue (No. 259)](https://www.ruanyifeng.com/blog/2023/06/weekly-issue-259.html)
+
 ## 2023-05-03
 ## 2023-05-03
 
 
 Separate component source code and documentation to avoid large node_modules size.
 Separate component source code and documentation to avoid large node_modules size.