更新侧边栏和导航栏
This commit is contained in:
@@ -5,7 +5,11 @@ module.exports = [
|
|||||||
{
|
{
|
||||||
text: '开源项目',
|
text: '开源项目',
|
||||||
children: [
|
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' }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -47,7 +47,11 @@ module.exports = [
|
|||||||
text: '开源项目',
|
text: '开源项目',
|
||||||
collapsible: true,
|
collapsible: true,
|
||||||
children: [
|
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' }
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
+10
-10
@@ -15,16 +15,16 @@
|
|||||||
* [斐波那契数列和1/89](/blog/2025/02/Fibonacci.md)
|
* [斐波那契数列和1/89](/blog/2025/02/Fibonacci.md)
|
||||||
|
|
||||||
## 开源项目
|
## 开源项目
|
||||||
* [Turbolink](https://github.com/thejinchao/turbolink)
|
* [Turbolink](https://github.com/thejinchao/turbolink)
|
||||||
>TurboLink 是一个Unreal Engine插件, 能够在Unreal Engine 中通过C++或者蓝图使用Google gRPC. 目前可以兼容UE4.27和UE5
|
TurboLink 是一个Unreal Engine插件, 能够在Unreal Engine 中通过C++或者蓝图使用Google gRPC.
|
||||||
* [TinyEncrypt](https://github.com/thejinchao/TinyEncrypt)
|
* [TinyEncrypt](https://github.com/thejinchao/TinyEncrypt)
|
||||||
>在UE中实现DH密钥交换和TEA加密,用于实网络通讯加密
|
在UE中实现DH密钥交换和TEA加密,用于实网络通讯加密
|
||||||
* [UnrealStyleGuide](https://github.com/thejinchao/ue5-style-guide)
|
* [UnrealStyleGuide](https://github.com/thejinchao/ue5-style-guide)
|
||||||
>比较全面的UnrealEngine项目工程规范
|
比较全面的UnrealEngine项目工程规范
|
||||||
* [AxTrace](https://github.com/thejinchao/AxTrace)
|
* [AxTrace](https://github.com/thejinchao/AxTrace)
|
||||||
>实时日志以及数据图形化查看工具
|
实时日志以及数据图形化查看工具
|
||||||
* [Cyclone](https://github.com/thejinchao/cyclone)
|
* [Cyclone](https://github.com/thejinchao/cyclone)
|
||||||
>一套轻量级的跨平台网络库
|
一套轻量级的跨平台网络库
|
||||||
|
|
||||||
## 个人笔记
|
## 个人笔记
|
||||||
* 数学相关
|
* 数学相关
|
||||||
|
|||||||
Reference in New Issue
Block a user