add links (#77)

This commit is contained in:
Sijie.Sun
2024-12-20 22:01:42 +08:00
committed by GitHub
parent 2e378ee355
commit 41de88f216
11 changed files with 47 additions and 2 deletions
+7 -1
View File
@@ -55,9 +55,15 @@ export const cn = defineConfig({
],
},
],
nav: [
{ text: '进入 Web 控制台', link: 'https://easytier.cn/web' },
],
footer: {
message: '基于 Apache License 2.0 许可发布',
copyright: '版权所有 © 2024-present EasyTier',
copyright: '版权所有 © 2024-present EasyTier | '
+ '<a href="https://beian.miit.gov.cn/">'
+ '<img src="https://img.alicdn.com/tfs/TB1..50QpXXXXX7XpXXXXXXXXXX-40-40.png" alt="ICP 备案" style="width: 16px; height: 16px; display: inline-block; margin-bottom: -4px;">'
+ '浙ICP备2024137671号-1</a>',
},
editLink: {
pattern: 'https://github.com/EasyTier/easytier.github.io/edit/main/:path',
+7 -1
View File
@@ -42,9 +42,15 @@ export const en = defineConfig({
],
},
],
nav: [
{ text: 'Enter Web Console', link: 'https://easytier.cn/web' },
],
footer: {
message: 'Released under the Apache License 2.0.',
copyright: 'Copyright © 2024-present EasyTier',
copyright: 'Copyright © 2024-present EasyTier | '
+ '<a href="https://beian.miit.gov.cn/">'
+ '<img src="https://img.alicdn.com/tfs/TB1..50QpXXXXX7XpXXXXXXXXXX-40-40.png" alt="ICP 备案" style="width: 16px; height: 16px; display: inline-block; margin-bottom: -4px;">'
+ '浙ICP备2024137671号-1</a>',
},
editLink: {
pattern: 'https://github.com/EasyTier/easytier.github.io/main/dev/:path',
+4
View File
@@ -7,7 +7,11 @@ export default withMermaid({
title: 'EasyTier',
base: '/',
lastUpdated: true,
head: [
['link', { rel: 'icon', type: 'image/png', sizes: '32x32', href: '/assets/easytier.png' }],
],
themeConfig: {
logo: '/easytier.png',
search: {
provider: 'local',
options: {
+4
View File
@@ -69,4 +69,8 @@ provide('toggle-appearance', async ({ clientX: x, clientY: y }: MouseEvent) => {
.VPSwitchAppearance .check {
transform: none !important;
}
footer.VPFooter {
display: block !important;
}
</style>
Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB

+6
View File
@@ -38,3 +38,9 @@ features:
- title: Smart Routing
details: Selects links based on traffic to reduce latency and increase throughput.
---
## Links
- [Public server node list](https://easytier.gd.nkbpal.cn/status/easytier)Maintained by community volunteers, providing a list of public server nodes and status queries.
- Telegramhttps://t.me/easytier
- QQ Group[949700262](https://qm.qq.com/q/wFoTUChqZW)
+1
View File
@@ -0,0 +1 @@
# 使用 Web 管理界面组网
+18
View File
@@ -45,3 +45,21 @@ features:
- title: GUI 支持
details: 可通过图形界面使用,方便快捷。
---
## 相关链接
- [社区文档](https://doc.oee.icu):由社区志愿者维护,白话版 EasyTier 的使用指南,实时更新。
- [公共服务器节点列表](https://easytier.gd.nkbpal.cn/status/easytier):由社区志愿者维护,提供公共服务器节点列表及状态查询。
- QQ 群:[949700262](https://qm.qq.com/q/wFoTUChqZW)
- Telegramhttps://t.me/easytier
## 赞助
如果您觉得 EasyTier 对您有所帮助,欢迎赞助我们。
软件的开发和维护需要大量的时间和精力,您的赞助将帮助我们更好地维护和改进 EasyTier。
<div align="center">
<img src="/assets/weixin.png" alt="微信" width="300" style="display: inline-block" />
<img src="/assets/zhifubao.png" alt="支付宝" width="300" style="display: inline-block; margin-left: 2em"/>
</div>
Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB