Browse Source

docs: documentation for v2

0xJacky 1 year ago
parent
commit
d5c7d7afe8
1 changed files with 1 additions and 1 deletions
  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
 │  │  └─ ...
 │  └─ ...
 └─ ...