mirror of
https://github.com/snltty/linker.git
synced 2025-11-01 13:04:00 +08:00
优化内存分享,修复一些问题,新增答题投票功能
This commit is contained in:
17
cmonitor/client/reports/command/CommandReport.cs
Normal file
17
cmonitor/client/reports/command/CommandReport.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace cmonitor.client.reports.command
|
||||
{
|
||||
public sealed class CommandReport : IReport
|
||||
{
|
||||
public string Name => "Command";
|
||||
|
||||
public CommandReport()
|
||||
{
|
||||
}
|
||||
|
||||
public object GetReports(ReportType reportType)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user