mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-12-10 08:51:34 +08:00
Add weather page translates
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user