From cce39f7b1c779d1d7c0c2f1c6f6e70a733de029d Mon Sep 17 00:00:00 2001 From: shiyu Date: Fri, 29 Aug 2025 15:59:14 +0800 Subject: [PATCH] feat: Add link button to access documentation page --- web/src/layout/SideNav.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web/src/layout/SideNav.tsx b/web/src/layout/SideNav.tsx index 263c08d..7553ce8 100644 --- a/web/src/layout/SideNav.tsx +++ b/web/src/layout/SideNav.tsx @@ -5,6 +5,7 @@ import { memo, useEffect, useState } from 'react'; import { useSystemStatus } from '../contexts/SystemContext.tsx'; import { CheckCircleOutlined, + FileTextOutlined, GithubOutlined, MenuFoldOutlined, SendOutlined, @@ -199,6 +200,12 @@ const SideNav = memo(function SideNav({ collapsed, activeKey, onChange, onToggle href="https://t.me/+thDsBfyqJxZkNTU1" target="_blank" /> +