We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b5a02 commit 808b294Copy full SHA for 808b294
2 files changed
src/components/layout/footer.tsx
@@ -41,7 +41,7 @@ export function Footer() {
41
rel="noopener noreferrer"
42
className="hover:text-primary transition-colors"
43
>
44
- 📚 文档
+ 在线文档
45
</a>
46
<Link
47
to="/privacy"
src/lib/project-info.ts
@@ -1,7 +1,7 @@
1
export const projectInfo = {
2
name: "halolight",
3
author: "h7ml",
4
- repo: "https://github.com/dext7r/halolight",
+ repo: "https://github.com/halolight/halolight-react",
5
homepage: "https://halolight.h7ml.cn",
6
desc: "基于 Next.js 14 的现代化中文后台管理系统",
7
}
0 commit comments