소스 검색

update future doc

杜府 3 년 전
부모
커밋
dba8febea9
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      doc/guide/future.md
  2. 1 1
      doc/guide/future_en.md

+ 1 - 1
doc/guide/future.md

@@ -2,7 +2,7 @@
 
 - [ ] 开发一款 Vite 插件,支持将指定目录下的所有 svg 合并为 SVG symbol。
 - [ ] 开发一款 VS Code 插件,支持光标悬浮显示 STDF 组件 API 等功能。
-- [ ] 开发一款模板脚手架,支持按照配置初始使用 STDF 的工程,初步考虑支持 Vite、SvelteKit。
+- [x] 开发一款模板脚手架,支持按照配置初始使用 STDF 的工程,初步考虑支持 Vite、SvelteKit。
 - [ ] 按照 Tailwind CSS 变量规则,实现自定义主题色。
 - [ ] 新增 NumKeyboard-数字键盘组件,一般用于输入数字。
 - [ ] 新增 SecurityCode-安全码组件,一般用于输入短信或邮件收到的数字校验码。

+ 1 - 1
doc/guide/future_en.md

@@ -2,7 +2,7 @@
 
 - [ ] Develop a Vite plugin that supports merging all SVGs in a specified directory into an SVG symbol.
 - [ ] Develop a VS Code plugin that supports displaying STDF component API and other functions when hovering over the cursor.
-- [ ] Develop a template scaffold that supports initializing STDF projects according to configuration. Initial support for Vite and SvelteKit.
+- [x] Develop a template scaffold that supports initializing STDF projects according to configuration. Initial support for Vite and SvelteKit.
 - [ ] Implement custom theme colors according to Tailwind CSS variable rules.
 - [ ] Add NumKeyboard component, which is generally used for entering numbers.
 - [ ] Add SecurityCode component, which is generally used for entering numeric verification codes received via SMS or email.