docs: update git repo url
Deploy to Vercel / deploy (push) Successful in 1m39s

This commit is contained in:
2026-06-08 16:25:06 +08:00
parent 4c11976eb7
commit 7de2a54f7f
3 changed files with 17 additions and 15 deletions
+5 -8
View File
@@ -7,25 +7,22 @@ hero:
actions: actions:
- theme: brand - theme: brand
text: Explore Projects text: Explore Projects
link: https://github.com/onixbyte link: https://git.onixbyte.com/onixbyte
- theme: alt
text: Try Dev Lab
link: https://dev-lab.onixbyte.dev
features: features:
- title: OnixByte Toolbox - title: OnixByte Toolbox
details: A versatile Java library providing common utilities for modern development with seamless Spring integration. Published on Maven Central. details: A versatile Java library providing common utilities for modern development with seamless Spring integration. Published on Maven Central.
icon: ☕ icon: ☕
link: https://github.com/onixbyte/onixbyte-toolbox link: https://git.onixbyte.com/explore/repos?q=onixbyte-toolbox&topic=1
- title: Dev Lab - title: Dev Lab
details: A collection of practical web tools built with Vite and React. Features a JSON Path viewer, BMI calculator, and JSON-to-table converter. details: A collection of practical web tools built with Vite and React. Features a JSON Path viewer, BMI calculator, and JSON-to-table converter.
icon: 🛠️ icon: 🛠️
link: https://dev-lab.onixbyte.dev link: https://dev-lab.onixbyte.com
- title: Helix - title: Helix
details: An evolving full-stack template combining Spring Boot with React, designed to help you ship applications faster. details: An evolving full-stack template combining Spring Boot with React, designed to help you ship applications faster.
icon: 🌀 icon: 🌀
link: https://github.com/onixbyte link: https://git.onixbyte.com/explore/repos?q=helix&topic=1
- title: Delta Force Guide - title: Delta Force Guide
details: A community-oriented guide for Delta Force, delivering game news, tips, and strategic insights for fellow operators. details: A community-oriented guide for Delta Force, delivering game news, tips, and strategic insights for fellow operators.
icon: 🎯 icon: 🎯
link: https://github.com/onixbyte/delta-force-guide-web link: https://git.onixbyte.com/explore/repos?q=delta-force-guide&topic=1
--- ---
+5 -5
View File
@@ -7,22 +7,22 @@ hero:
actions: actions:
- theme: brand - theme: brand
text: 探索项目 text: 探索项目
link: https://github.com/onixbyte link: https://git.onixbyte.com/onixbyte
features: features:
- title: OnixByte Toolbox - title: OnixByte Toolbox
details: 一个多功能 Java 类库,为现代 Java 开发提供通用工具,无缝集成 Spring 生态。已上架 Maven Central。 details: 一个多功能 Java 类库,为现代 Java 开发提供通用工具,无缝集成 Spring 生态。已上架 Maven Central。
icon: ☕ icon: ☕
link: https://github.com/onixbyte/onixbyte-toolbox link: https://git.onixbyte.com/explore/repos?q=onixbyte-toolbox&topic=1
- title: Dev Lab - title: Dev Lab
details: 基于 Vite 和 React 构建的实用在线工具集。包含 JSON Path 查看器、BMI 计算器以及 JSON 转表格工具。 details: 基于 Vite 和 React 构建的实用在线工具集。包含 JSON Path 查看器、BMI 计算器以及 JSON 转表格工具。
icon: 🛠️ icon: 🛠️
link: https://dev-lab.onixbyte.dev link: https://dev-lab.onixbyte.com
- title: Helix - title: Helix
details: 一个不断演进的前后端模版项目,结合 Spring Boot 与 React,助你快速构建应用。 details: 一个不断演进的前后端模版项目,结合 Spring Boot 与 React,助你快速构建应用。
icon: 🌀 icon: 🌀
link: https://github.com/onixbyte link: https://git.onixbyte.com/explore/repos?q=helix&topic=1
- title: Delta Force Guide - title: Delta Force Guide
details: 社区向的《三角洲行动》游戏指南,提供最新游戏资讯、实用技巧和战术策略。 details: 社区向的《三角洲行动》游戏指南,提供最新游戏资讯、实用技巧和战术策略。
icon: 🎯 icon: 🎯
link: https://github.com/onixbyte/delta-force-guide-web link: https://git.onixbyte.com/explore/repos?q=delta-force-guide&topic=1
--- ---
+7 -2
View File
@@ -12,9 +12,14 @@ export default defineConfig({
themeConfig: { themeConfig: {
socialLinks: [ socialLinks: [
{ {
icon: "gitlab", icon: "github",
mode: "link", mode: "link",
content: "https://git.onixbyte.cn/onixbyte/homepage", content: "https://git.onixbyte.com/onixbyte/homepage",
},
{
icon: "x",
mode: "link",
content: "https://x.com/onixbyte",
}, },
], ],
}, },