Explorar el Código

docs: documentation for v2

0xJacky hace 1 año
padre
commit
d5c7d7afe8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/zh_CN/guide/project-structure.md

+ 1 - 1
docs/zh_CN/guide/project-structure.md

@@ -47,7 +47,7 @@
 │  │  ├─ routes           # Vue 路由
 │  │  ├─ views            # Vue 视图
 │  │  ├─ gettext.ts       # 定义翻译
-│  │  ├─ style.css        # 引入 tailwind
+│  │  ├─ style.css        # 集成 tailwind
 │  │  └─ ...
 │  └─ ...
 └─ ...