Sfoglia il codice sorgente

docs: documentation for v2

0xJacky 1 anno fa
parent
commit
d5c7d7afe8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
 │  │  └─ ...
 │  └─ ...
 └─ ...