-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
DarkCWK
authored and
DarkCWK
committed
Aug 4, 2024
1 parent
34f7dac
commit cacaae2
Showing
6 changed files
with
16 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
# Lagrange.Core | ||
|
||
## 快速开始 | ||
|
||
1. 使用以下任一方案引用 `Lagrange.Core` | ||
- 从 Nuget 导入 [Lagrange.Core](https://www.nuget.org/packages/Lagrange.Core) 到你的项目 (版本可能不为最新版本) | ||
- 通过 git submodule 功能将 [Lagrange.Core](https://github.com/LagrangeDev/Lagrange.Core) 作为解决方案中的项目, 并在你的项目中引用 | ||
2. [创建 Bot 实例](/Lagrange.Core/CreateBot/) | ||
3. [登录](/Lagrange.Core/Login/) | ||
4. [监听并处理 Bot 收到的消息等事件](/Lagrange.Core/Event/) | ||
5. [发送消息](/Lagrange.Core/Send/) | ||
|
||
恭喜你, 到这里你已经学废写鸡气人辣, 赶紧逝世罢 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters