[fix] 修正HybridCLRSettingProvider.cs中文档链接 (#46)
parent
95922aec1e
commit
6d0ceaa4f5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue