Skip to content

Commit be070f8

Browse files
committed
docs: 修改文档
1 parent 1e85dca commit be070f8

3 files changed

Lines changed: 17 additions & 7 deletions

File tree

docs/docs/.vitepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default {
3636
},
3737
ignoreDeadLinks: true,
3838
themeConfig: {
39-
siteTitle: 'LinuxDo Scripts 扩展',
39+
siteTitle: 'LinuxDo Scripts 文档',
4040
nav,
4141
editLink: {
4242
pattern: 'https://github.com/ezyshu/linuxdo-scripts/blob/main/docs/docs/:path',

docs/docs/guide/0-home/home.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
```shell
2+
# 首页
3+
```
4+
15
[简体中文](README.md) | [English](README_EN.md)
26

37
```
@@ -26,7 +30,7 @@
2630
<a href="https://github.com/ezyshu/linuxdo-scripts/releases/latest">最新版本</a>
2731
</p>
2832

29-
<p>
33+
<p style="display:flex;flex-wrap:wrap;gap:5px;justify-content:center;">
3034
<img src="https://img.shields.io/github/v/release/ezyshu/linuxdo-scripts?logo=github&label=Version">
3135
<img src="https://img.shields.io/github/stars/ezyshu/linuxdo-scripts?logo=github&style=flat&label=Stars">
3236
<img src="https://img.shields.io/chrome-web-store/users/fbgblmjbeebanackldpbmpacppflgmlj?style=flat&logo=googlechrome&label=ChromeWebStore">

docs/docs/index.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
layout: home
33

44
hero:
5-
name: LinuxDo 脚本增强插件
5+
name: LinuxDo Scripts
66
tagline: 持续更新,提供更强大的论坛体验,欢迎贡献您的创意!
77
image:
8-
src: https://vitepress.dev/vitepress-logo-large.webp
8+
src: https://github.com/ezyshu/linuxdo-scripts/blob/main/public/icon/128.png?raw=true
99
alt: 文档封面
1010
actions:
1111
- theme: brand
1212
text: 使用指南
1313
link: /guide/0-home/home.html
1414
- theme: alt
15-
text: GitHub 项目
15+
text: GitHub
1616
link: https://github.com/ezyshu/linuxdo-scripts
1717
- theme: alt
18-
text: Chrome 扩展
18+
text: Chrome Web Store
1919
link: https://chromewebstore.google.com/detail/fbgblmjbeebanackldpbmpacppflgmlj
2020
- theme: alt
21-
text: Firefox 扩展
21+
text: Firefox Addons
2222
link: https://addons.mozilla.org/zh-CN/firefox/addon/linux_do-scripts/
2323

2424
features:
@@ -59,5 +59,11 @@ features:
5959
:root {
6060
--vp-home-hero-image-filter: blur(72px);
6161
}
62+
.clip {
63+
font-size:45px !important;
64+
}
65+
.tagline {
66+
font-size:20px !important;
67+
}
6268
}
6369
</style>

0 commit comments

Comments
 (0)