Skip to content

Commit

Permalink
modified: README.md
Browse files Browse the repository at this point in the history
	modified:   README_Cargo.md
	modified:   README_zh.md
	modified:   src/lib.rs
  • Loading branch information
Threkork committed Aug 18, 2024
1 parent b992cb6 commit 6e95b9d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

A OneBot V11 bot plugin framework developed in Rust.

More documentation can be found in the [Kovi Doc](https://www.threkork.me/kovi-doc/).
More documentation can be found in the [Kovi Doc](https://threkork.github.io/kovi-doc/).

The project is currently in beta.

Expand Down Expand Up @@ -167,4 +167,4 @@ The closure passed to `plugin.on_msg()` runs every time a message is received.

Kovi has encapsulated all available OneBot standard APIs. To extend the API, you can use `RuntimeBot`'s `send_api()` to send APIs yourself.

More documentation can be found in the [Kovi Doc](https://www.threkork.me/kovi-doc/).
More documentation can be found in the [Kovi Doc](https://threkork.github.io/kovi-doc/).
4 changes: 2 additions & 2 deletions README_Cargo.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A OneBot V11 bot plugin framework developed in Rust.

More documentation can be found in the [Kovi Doc](https://www.threkork.me/kovi-doc/).
More documentation can be found in the [Kovi Doc](https://threkork.github.io/kovi-doc/).

The project is currently in beta.

Expand Down Expand Up @@ -161,4 +161,4 @@ The closure passed to `plugin.on_msg()` runs every time a message is received.

Kovi has encapsulated all available OneBot standard APIs. To extend the API, you can use `RuntimeBot`'s `send_api()` to send APIs yourself.

More documentation can be found in the [Kovi Doc](https://www.threkork.me/kovi-doc/).
More documentation can be found in the [Kovi Doc](https://threkork.github.io/kovi-doc/).
4 changes: 2 additions & 2 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

使用 Rust 开发的 OneBot V11 机器人插件框架。

你可以在 [Kovi使用手册](https://www.threkork.me/kovi-doc/) 看到更多文档
你可以在 [Kovi使用手册](https://threkork.github.io/kovi-doc/) 看到更多文档

项目处于 beta 状态。

Expand Down Expand Up @@ -167,4 +167,4 @@ pub fn main(mut plugin: PluginBuilder) {

Kovi 已封装所有可用 OneBot 标准 api ,拓展 api 你可以使用 `RuntimeBot``send_api()` 来自行发送 api

你可以在 [Kovi使用手册](https://www.threkork.me/kovi-doc/) 看到更多文档
你可以在 [Kovi使用手册](https://threkork.github.io/kovi-doc/) 看到更多文档
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
//! A OneBot V11 bot framework developed using Rust.
//! The project is in beta status.
//!
//! More documentation can be found at [Github-Kovi](https://github.com/Threkork/Kovi) Or [Kovi-doc](https://www.threkork.me/kovi-doc)
//! More documentation can be found at [Github-Kovi](https://github.com/Threkork/Kovi) Or [Kovi-doc](https://threkork.github.io/kovi-doc/)
//!
//! 中文文档或更多文档请查看[Github-Kovi](https://github.com/Threkork/Kovi) 和 [Kovi-doc](https://www.threkork.me/kovi-doc)
//! 中文文档或更多文档请查看[Github-Kovi](https://github.com/Threkork/Kovi) 和 [Kovi-doc](https://threkork.github.io/kovi-doc/)

mod log;
Expand Down

0 comments on commit 6e95b9d

Please sign in to comment.