diff --git a/.vitepress/config/cn.ts b/.vitepress/config/cn.ts index 69e1c72..4852dec 100644 --- a/.vitepress/config/cn.ts +++ b/.vitepress/config/cn.ts @@ -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 | ' + + '' + + 'ICP 备案' + + '浙ICP备2024137671号-1', }, editLink: { pattern: 'https://github.com/EasyTier/easytier.github.io/edit/main/:path', diff --git a/.vitepress/config/en.ts b/.vitepress/config/en.ts index 99b915b..888cf6b 100644 --- a/.vitepress/config/en.ts +++ b/.vitepress/config/en.ts @@ -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 | ' + + '' + + 'ICP 备案' + + '浙ICP备2024137671号-1', }, editLink: { pattern: 'https://github.com/EasyTier/easytier.github.io/main/dev/:path', diff --git a/.vitepress/config/index.ts b/.vitepress/config/index.ts index 994a75d..1ab4f9a 100644 --- a/.vitepress/config/index.ts +++ b/.vitepress/config/index.ts @@ -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: { diff --git a/.vitepress/theme/layout.vue b/.vitepress/theme/layout.vue index 7ee6412..927d3bb 100644 --- a/.vitepress/theme/layout.vue +++ b/.vitepress/theme/layout.vue @@ -69,4 +69,8 @@ provide('toggle-appearance', async ({ clientX: x, clientY: y }: MouseEvent) => { .VPSwitchAppearance .check { transform: none !important; } + +footer.VPFooter { + display: block !important; +} diff --git a/assets/easytier.png b/assets/easytier.png new file mode 100644 index 0000000..b59ea0c Binary files /dev/null and b/assets/easytier.png differ diff --git a/assets/weixin.png b/assets/weixin.png new file mode 100644 index 0000000..2230f91 Binary files /dev/null and b/assets/weixin.png differ diff --git a/assets/zhifubao.png b/assets/zhifubao.png new file mode 100644 index 0000000..307b354 Binary files /dev/null and b/assets/zhifubao.png differ diff --git a/en/index.md b/en/index.md index 740f0ce..003946b 100644 --- a/en/index.md +++ b/en/index.md @@ -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. +- Telegram:https://t.me/easytier +- QQ Group:[949700262](https://qm.qq.com/q/wFoTUChqZW) diff --git a/guide/web/index.md b/guide/web/index.md new file mode 100644 index 0000000..1af4ed8 --- /dev/null +++ b/guide/web/index.md @@ -0,0 +1 @@ +# 使用 Web 管理界面组网 diff --git a/index.md b/index.md index f72a59d..59a4c4b 100644 --- a/index.md +++ b/index.md @@ -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) +- Telegram:https://t.me/easytier + +## 赞助 + +如果您觉得 EasyTier 对您有所帮助,欢迎赞助我们。 + +软件的开发和维护需要大量的时间和精力,您的赞助将帮助我们更好地维护和改进 EasyTier。 + +
+ 微信 + 支付宝 +
diff --git a/public/easytier.png b/public/easytier.png new file mode 100644 index 0000000..b59ea0c Binary files /dev/null and b/public/easytier.png differ