ソースを参照

Change feature doc

杜府 3 年 前
コミット
654d1eedb7
2 ファイル変更8 行追加0 行削除
  1. 4 0
      doc/guide/future.md
  2. 4 0
      doc/guide/future_en.md

+ 4 - 0
doc/guide/future.md

@@ -1,5 +1,9 @@
 ## 💪 新增 💪
 
+- [ ] 开发支持 VS Code 与 WebStorm 的插件,支持光标悬浮显示组件 API 等功能。
+- [ ] 一步步完成 Figma 设计稿,并按照 Figma 的 Variable 规则实现与组件 API 的连通。
+- [ ] 开发脚手架工具,支持按照配置初始使用 STDF 的工程,初步考虑支持 Vite、Webpack、SvelteKit 等。
+- [ ] 按照 Tailwind CSS 变量规则,实现自定义主题色。
 - [ ] 新增 NumKeyboard-数字键盘组件,一般用于输入数字。
 - [ ] 新增 SecurityCode-安全码组件,一般用于输入短信或邮件收到的数字校验码。
 - [x] 新增 Pagination-分页组件。

+ 4 - 0
doc/guide/future_en.md

@@ -1,5 +1,9 @@
 ## 💪 New Features 💪
 
+- [ ] Develop plugins that support VS Code and WebStorm, allowing for features such as displaying component APIs when hovering over the cursor.
+- [ ] Complete the Figma design step by step and connect it with component APIs according to Figma's Variable rules.
+- [ ] Develop scaffolding tools that support setting up projects use STDF according to configuration. Initial considerations include support for Vite, Webpack, SvelteKit, and other tools.
+- [ ] Implement custom theme colors according to the Tailwind CSS variable rules.
 - [ ] Added NumKeyboard component for inputting numbers.
 - [ ] Added SecurityCode component for entering verification codes received via SMS or email.
 - [x] Added Pagination component.