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