[fix] 修正HybridCLRSettingProvider.cs中文档链接 (#46)

main
Rorschach 2024-05-14 12:47:09 +08:00 committed by GitHub
parent 95922aec1e
commit 6d0ceaa4f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ namespace HybridCLR.Editor.Settings
content.tooltip = "点击访问 HybridCLR 官方文档"; content.tooltip = "点击访问 HybridCLR 官方文档";
if (GUI.Button(rect, content, buttonStyle)) if (GUI.Button(rect, content, buttonStyle))
{ {
Application.OpenURL("https://focus-creative-games.github.io/hybridclr/"); Application.OpenURL("https://hybridclr.doc.code-philosophy.com/");
} }
#endregion #endregion
#region 绘制 Preset #region 绘制 Preset