Ver código fonte

Update documents

dufu1991 3 anos atrás
pai
commit
3b948b51e4
2 arquivos alterados com 8 adições e 8 exclusões
  1. 4 4
      doc/guide/future.md
  2. 4 4
      doc/guide/future_en.md

+ 4 - 4
doc/guide/future.md

@@ -1,6 +1,6 @@
-## 💪 新增 💪
+## 新增 💪
 
-- [ ] 开发一款 Vite 插件,支持将指定目录下的所有 svg 合并为 SVG symbol。
+- [x] 开发一款 Vite/Rollup 插件,支持将指定目录下的所有 svg 合并为 SVG symbol。
 - [ ] 开发一款 VS Code 插件,支持光标悬浮显示 STDF 组件 API 等功能。
 - [x] 开发一款模板脚手架,支持按照配置初始使用 STDF 的工程,初步考虑支持 Vite、SvelteKit。
 - [ ] 按照 Tailwind CSS 变量规则,实现自定义主题色。
@@ -10,14 +10,14 @@
 
 ---
 
-## 👏 优化 👏
+## 优化 👏
 
 - [ ] 按照 JSDoc 规则完善源码类型注释,对 Props 进行约束,也方便 IDE 提示。
 - [ ] Skeleton 骨架屏组件增加更多的动画效果。
 
 ---
 
-## 💪 持续 💪
+## 持续 💧
 
 - 丰富 Loading 加载组件类型。
 - 完成 Figma 设计稿,并按照 Figma 的 Variable 规则实现与组件 API 的连通。

+ 4 - 4
doc/guide/future_en.md

@@ -1,6 +1,6 @@
-## 💪 New Features 💪
+## New Features 💪
 
-- [ ] Develop a Vite plugin that supports merging all SVGs in a specified directory into an SVG symbol.
+- [x] Develop a Vite/Rollup 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.
 - [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.
@@ -10,14 +10,14 @@
 
 ---
 
-## 👏 Improvements 👏
+## Improvements 👏
 
 - [ ] Improve source code type annotations according to JSDoc rules, constrain Props, and facilitate IDE prompts.
 - [ ] Increased the number of animation effects in the Skeleton screen component.
 
 ---
 
-## 💪 Ongoing Development 💪
+## Ongoing Development 💧
 
 - Expand the types of Loading components available.
 - Complete the Figma design draft and implement connectivity with component API according to Figma's Variable rules.