From 8430b21338b711fc9cc1de7df6e42e6ce4483424 Mon Sep 17 00:00:00 2001 From: neochaojin Date: Mon, 24 Feb 2025 16:46:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BE=A7=E8=BE=B9=E6=A0=8F?= =?UTF-8?q?=E5=92=8C=E5=AF=BC=E8=88=AA=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/config/nav.js | 6 +++++- docs/.vuepress/config/sidebar.js | 6 +++++- docs/index.md | 20 ++++++++++---------- 3 files changed, 20 insertions(+), 12 deletions(-) diff --git a/docs/.vuepress/config/nav.js b/docs/.vuepress/config/nav.js index 8c7273a..294d1fc 100644 --- a/docs/.vuepress/config/nav.js +++ b/docs/.vuepress/config/nav.js @@ -5,7 +5,11 @@ module.exports = [ { text: '开源项目', children: [ - { text: "TurboLink", link: "https://github.com/thejinchao/turbolink"} + { text: "TurboLink", link: "https://github.com/thejinchao/turbolink"}, + {text: "TinyEncrypt", link: 'https://github.com/thejinchao/TinyEncrypt' }, + {text: "UnrealStyleGuide", link: 'https://github.com/thejinchao/ue5-style-guide' }, + {text: "AxTrace", link: 'https://github.com/thejinchao/AxTrace' }, + {text: "Cyclone", link: 'https://github.com/thejinchao/cyclone' } ] }, { diff --git a/docs/.vuepress/config/sidebar.js b/docs/.vuepress/config/sidebar.js index 0afee41..a3613bc 100644 --- a/docs/.vuepress/config/sidebar.js +++ b/docs/.vuepress/config/sidebar.js @@ -47,7 +47,11 @@ module.exports = [ text: '开源项目', collapsible: true, children: [ - {text: "TurboLink", link: 'https://github.com/thejinchao/turbolink' } + {text: "TurboLink", link: 'https://github.com/thejinchao/turbolink' }, + {text: "TinyEncrypt", link: 'https://github.com/thejinchao/TinyEncrypt' }, + {text: "UnrealStyleGuide", link: 'https://github.com/thejinchao/ue5-style-guide' }, + {text: "AxTrace", link: 'https://github.com/thejinchao/AxTrace' }, + {text: "Cyclone", link: 'https://github.com/thejinchao/cyclone' } ], }, { diff --git a/docs/index.md b/docs/index.md index 84db25d..c682329 100644 --- a/docs/index.md +++ b/docs/index.md @@ -15,16 +15,16 @@ * [斐波那契数列和1/89](/blog/2025/02/Fibonacci.md) ## 开源项目 - * [Turbolink](https://github.com/thejinchao/turbolink) - >TurboLink 是一个Unreal Engine插件, 能够在Unreal Engine 中通过C++或者蓝图使用Google gRPC. 目前可以兼容UE4.27和UE5 - * [TinyEncrypt](https://github.com/thejinchao/TinyEncrypt) - >在UE中实现DH密钥交换和TEA加密,用于实网络通讯加密 - * [UnrealStyleGuide](https://github.com/thejinchao/ue5-style-guide) - >比较全面的UnrealEngine项目工程规范 - * [AxTrace](https://github.com/thejinchao/AxTrace) - >实时日志以及数据图形化查看工具 - * [Cyclone](https://github.com/thejinchao/cyclone) - >一套轻量级的跨平台网络库 + * [Turbolink](https://github.com/thejinchao/turbolink) + TurboLink 是一个Unreal Engine插件, 能够在Unreal Engine 中通过C++或者蓝图使用Google gRPC. + * [TinyEncrypt](https://github.com/thejinchao/TinyEncrypt) + 在UE中实现DH密钥交换和TEA加密,用于实网络通讯加密 + * [UnrealStyleGuide](https://github.com/thejinchao/ue5-style-guide) + 比较全面的UnrealEngine项目工程规范 + * [AxTrace](https://github.com/thejinchao/AxTrace) + 实时日志以及数据图形化查看工具 + * [Cyclone](https://github.com/thejinchao/cyclone) + 一套轻量级的跨平台网络库 ## 个人笔记 * 数学相关