ๆไปถๅผ๏ผๅค้้ ๅจ๏ผๅค้ไฟกๅ่ฎฎ
- ๅฎ่ฃ Visual Studio 2022
- ๅฎ่ฃ ๅพฎ่ฝฏ .NET 8 SDK
- clone ๆฌไปๅบๆบ็
- ไฝฟ็จ
Visual Studio 2022
ๆๅผHuaJiBot.NET.sln
่งฃๅณๆนๆก - then just coding ...
- ensure
.NET 8 SDK
installed - clone this repo
- run
dotnet build
you guess it. (> ฯ <)
๐ src/
โโโ ๐๏ธ HuaJiBot.NET.CLI (Command-Line Interface for running the bot)
โโโ ๐๏ธ HuaJiBot.NET (Core project with core functionalities)
โ โโโ Events (Event handling components)
โ โโโ PluginManager (Plugin management system)
โ โโโ Utils (Utility functions)
โ โโโ ... (Other core files)
โโโ ๐๏ธ HuaJiBot.NET.Adapter.* (Adapters for connecting to IM platforms)
โ โโโ OneBot (Adapter for the OneBot protocol)
โ โโโ Satori (Adapter for the Satori protocol)
โ โโโ ... (Other potential adapters)
โโโ ๐๏ธ HuaJiBot.NET.Plugin.* (Plugins for specific functionalities)
โ โโโ Calendar (Plugin for pushing calendar events)
โ โโโ GitHubBridge (Plugin for pushing GitHub events)
โ โโโ RepairTeam (Plugin for pushing messages from Repair Service)
โ โโโ ... (Other potential plugins)
โโโ ... (Other project files)