mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 11:52:08 +08:00
Add release notes
This commit is contained in:
committed by
早晚会起风
parent
88b5833f77
commit
ea199dca8d
@@ -141,6 +141,9 @@ const AppContent = (props: { setlanguage: (language: string) => void }) => {
|
|||||||
],
|
],
|
||||||
isFixed: false,
|
isFixed: false,
|
||||||
userDropMenuItems: [
|
userDropMenuItems: [
|
||||||
|
<Menu.Item key={0}>
|
||||||
|
<a href="https://github.com/didi/KnowStreaming/releases" target="_blank">版本说明</a>
|
||||||
|
</Menu.Item>,
|
||||||
<Menu.Item key={0} onClick={logout}>
|
<Menu.Item key={0} onClick={logout}>
|
||||||
登出
|
登出
|
||||||
</Menu.Item>,
|
</Menu.Item>,
|
||||||
|
|||||||
Reference in New Issue
Block a user