Add weather page translates

This commit is contained in:
2023-10-18 22:05:29 +08:00
parent 07fb477c3a
commit f553ddddd8
7 changed files with 936 additions and 78 deletions

View File

@@ -197,5 +197,13 @@ namespace GrasscutterTools.Pages
// 生成命令
SetCommand("/weather", item.Substring(0, item.IndexOf(':')).Trim());
}
/// <summary>
/// 点击获取当前天气命令时触发
/// </summary>
private void LnkCheckWeather_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
SetCommand("/weather");
}
}
}