This commit is contained in:
PC-20230316NUNE\Administrator
2024-10-16 20:41:40 +08:00
parent 44c3ea001a
commit 6da2f9e691
1866 changed files with 36068 additions and 25732 deletions

View File

@@ -2,13 +2,16 @@ namespace HotMain
{
public class HotMainEvent
{
/// <summary>
/// 开始下载资源
/// </summary>
public static string StartDownloader = "HotMainEvent_StartDownloader";
/// <summary>
/// 下载资源中进度更新 totalCount, currentCount, totalBytes, currentBytes
/// </summary>
public static string DownloaderProgressUpdate = "HotMainEvent_DownloaderProgressUpdate";
}
}