mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-09-06 16:17:06 +08:00
feat: Add link button to access documentation page
This commit is contained in:
@@ -5,6 +5,7 @@ import { memo, useEffect, useState } from 'react';
|
|||||||
import { useSystemStatus } from '../contexts/SystemContext.tsx';
|
import { useSystemStatus } from '../contexts/SystemContext.tsx';
|
||||||
import {
|
import {
|
||||||
CheckCircleOutlined,
|
CheckCircleOutlined,
|
||||||
|
FileTextOutlined,
|
||||||
GithubOutlined,
|
GithubOutlined,
|
||||||
MenuFoldOutlined,
|
MenuFoldOutlined,
|
||||||
SendOutlined,
|
SendOutlined,
|
||||||
@@ -199,6 +200,12 @@ const SideNav = memo(function SideNav({ collapsed, activeKey, onChange, onToggle
|
|||||||
href="https://t.me/+thDsBfyqJxZkNTU1"
|
href="https://t.me/+thDsBfyqJxZkNTU1"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
/>
|
/>
|
||||||
|
<Button
|
||||||
|
shape="circle"
|
||||||
|
icon={<FileTextOutlined />}
|
||||||
|
href="https://foxel.cc"
|
||||||
|
target="_blank"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user