Skip to content

Commit

Permalink
doc: update
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <[email protected]>
  • Loading branch information
zhaojh329 committed Sep 3, 2024
1 parent 6c7aefa commit 38bebb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ The Oui front-end is written in [Vue3][2], and the front-end code is build with
Unlike traditional front-end projects, all pages are packaged as a whole. Oui implements the same modularity as Luci, with each page packaged independently of the other. This is done by packaging each page as a library.

::: tip
Oui uses the [Naive UI](https://www.naiveui.com/) component library by default. You can choose your own library or develop your own components according to your needs.
Oui uses the [Element Plus](https://github.com/element-plus/element-plus) component library by default. You can choose your own library or develop your own components according to your needs.
:::
2 changes: 1 addition & 1 deletion docs/src/zh/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Oui 前端使用 [Vue3][2] 编写,使用 [Vite][3] 构建前端代码。
不同于传统的前端项目,所有的页面作为一个整体进行打包。Oui 实现了和 Luci 一样的模块化,每个页面独立打包,互不影响。其处理方式为将每个页面以库的形式进行打包。

::: tip
Oui 默认使用 [Naive UI](https://www.naiveui.com/) 组件库。你可以根据自己的需求,选择适合自己的组件库或者自己开发组件。
Oui 默认使用 [Element Plus](https://github.com/element-plus/element-plus) 组件库。你可以根据自己的需求,选择适合自己的组件库或者自己开发组件。
:::

0 comments on commit 38bebb2

Please sign in to comment.