Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit 7aef1e7

Browse files
committed
修改: 适配版本号为1.8.4;
1 parent 9ac6536 commit 7aef1e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/mirai/mirai_bot.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,22 +71,22 @@ namespace Cyan
7171
int GetRequiredApiVersionInt() const
7272
{
7373
// mirai-api-http v1.6.5
74-
return 10800;
74+
return 10804;
7575
}
7676

7777
/**
7878
* \brief 获得 mirai-cpp 适配的 API 版本
79-
* \return 用字符串表示的版本号(v1.6.5)
79+
* \return 用字符串表示的版本号(1.6.5)
8080
*/
8181
string GetRequiredApiVersion() const
8282
{
8383
// mirai-api-http v1.6.5
84-
return "v1.8.0";
84+
return "1.8.4";
8585
}
8686

8787
/**
8888
* \brief 获得 mirai-api-http 插件的版本
89-
* \return 用字符串表示的版本号(v1.6.5)
89+
* \return 用字符串表示的版本号(1.6.5)
9090
*/
9191
string GetApiVersion();
9292
/**

0 commit comments

Comments
 (0)