Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mikigo committed Aug 1, 2024
1 parent 426e8cf commit d579dee
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default defineConfig({
// https://vitepress.dev/reference/default-theme-config
siteTitle: "YouQu3",
nav: [
{text: '🏠 首页', link: '/index'},
{text: '🏠 首页', link: '/index'},
{text: '🧭 指南', link: '/指南/简介/YouQu3是什么'},
{text: '🏃‍ 实践', link: '/实践/简介'},
{text: '🎵 规划', link: '/规划/YouQu3架构设计规划'},
Expand Down
14 changes: 2 additions & 12 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,7 @@ layout: home
hero:
name: YouQu3
text: Next-Gen Linux Autotest Framework
tagline: 让 Linux 自动化测试变得更简单
actions:
- theme: brand
text: GitHub
link: "https://github.com/funny-dream/youqu3"
- theme: alt
text: Issues
link: "https://github.com/funny-dream/youqu3/issues"
tagline: Easy to use, ready for production.
image:
src: /logo.png
alt: YouQu3
Expand All @@ -23,7 +16,7 @@ features:
details: 全新的架构设计,插件化、模块化改造,底层全面重写,优化框架接口调用机制。
- icon: 💥
title: 新玩法
details: 继承YouQu2诸多亮点功能的同时解决其遇到的问题,各方面全面优化,更多玩法姿势等你来解锁。
details: 继承YouQu2诸多亮点功能的同时解决其遇到的问题,全面优化,更多玩法姿势等你来解锁。
- icon: 🛀
title: 新体验
details: 更加简单易用、更加纯粹、扩展性和兼容性更好,一发入魂。
Expand Down Expand Up @@ -67,9 +60,6 @@ const members = [
<template #title>
Contributors
</template>
<template #lead>
感谢以下所有人的贡献与参与
</template>
</VPTeamPageTitle>
<VPTeamMembers
size="small"
Expand Down
2 changes: 1 addition & 1 deletion docs/指南/简介/YouQu3是什么.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ outline: false
</p>
<h1 align="center">YouQu3</h1>
<p align="center">
<em>YouQu3, Next generation Linux automation testing framework.</em>
<em>Next-Gen Linux Autotest Framework.</em>
</p>

--------------
Expand Down
8 changes: 4 additions & 4 deletions docs/指南/简介/快速开始.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
pip install youqu3
```

```bash [GUI]
```bash [gui]
pip install "youqu3[gui]"
```

```bash [WebUI]
```bash [webui]
pip install "youqu3[webui]"
```

```bash [HTTP]
```bash [http]
pip install "youqu3[http]"
```

```bash [Remote]
```bash [remote]
pip install "youqu3[remote]"
```

Expand Down

0 comments on commit d579dee

Please sign in to comment.