Initial commit: add RainOpsMini project and documentation

This commit is contained in:
虾仁
2026-05-18 16:41:05 +08:00
commit 523ea90981
216 changed files with 37704 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
namespace SteamTimeQuery;
public class AppConfig
{
public int Port { get; set; } = 5000;
public string ApiKey { get; set; } = "";
}