Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Editor/Welcome/WelcomeWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ private void OnGUI()
DrawSection("通信协议", "查看通信协议的规范和要求相关内容", "https://gameframex.doc.alianblank.com/protobuf/note.html");

// UI 系统部分
DrawSection("UI 系统", "查看 UI 系统相关内容", "https://gameframex.doc.alianblank.com/unity/component/ui.html");
DrawSection("UI 系统", "查看 UI 系统相关内容", "https://gameframex.doc.alianblank.com/client/unity/component/ui/01.overview.html");

// BUG 反馈部分
DrawSection("BUG 反馈", "反馈 BUG", "https://github.com/GameFrameX/GameFrameX/issues/new");
Expand Down Expand Up @@ -214,4 +214,4 @@ private void OnDisable()
EditorPrefs.SetBool(ShowOnStartupKey, showOnStartup);
}
}
}
}