2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 17:17:13 +08:00

feat: 修正部分链接

This commit is contained in:
耗子
2025-02-09 20:19:20 +08:00
parent 657382f929
commit 191c3d8b3f
2 changed files with 8 additions and 8 deletions

View File

@@ -8,7 +8,7 @@
},
"license": "MIT",
"repository": {
"url": "https://github.com/tnb-labs/panel-frontend"
"url": "https://github.com/tnb-labs/panel"
},
"scripts": {
"dev": "vite",

View File

@@ -2,11 +2,7 @@
<footer color="#6a6a6a" f-c-c flex-col text-14>
<p>
© 2022 - {{ year }}
<a
hover="decoration-primary color-primary"
target="__blank"
href="https://github.com/tnb-labs/panel"
>
<a hover="decoration-primary color-primary" target="__blank" href="https://panel.haozi.net/">
耗子面板
</a>
All Rights Reserved.
@@ -20,14 +16,18 @@
Q群 12370907
</a>
<n-divider vertical />
<a hover="decoration-primary color-primary" target="_blank" href="https://bbs.haozi.net/docs">
<a
hover="decoration-primary color-primary"
target="_blank"
href="https://panel.haozi.net/docs"
>
使用文档
</a>
<n-divider vertical />
<a
hover="decoration-primary color-primary"
target="_blank"
href="https://bbs.haozi.net/c/technical/panel"
href="https://tom.moe/c/technical/panel"
>
交流社区
</a>