Skip to content

Commit da28a41

Browse files
committed
update doc and dependence
1 parent dda1ab2 commit da28a41

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
- #### 数据库存储数据
3131

32-
使用 [MySQL](https://www.mysql.com/)[MariaDB](https://mariadb.org/) 存储用户的数据,当用户数量较多时依然保持良好的数据读取性能。
32+
使用 [MySQL](https://www.mysql.com/), [MariaDB](https://mariadb.org/)[SQLite](https://www.sqlite.org/index.html) 存储用户的数据,当用户数量较多时依然保持良好的数据读取性能。
3333

3434
## 使用
3535

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
plugins {
3-
kotlin("jvm") version "1.5.20"
3+
kotlin("jvm") version "1.5.30"
44
kotlin("plugin.serialization") version "1.5.20"
5-
id("net.mamoe.mirai-console") version "2.7.0"
5+
id("net.mamoe.mirai-console") version "2.8.3"
66
}
77

88
group = "KonnyakuCamp"

0 commit comments

Comments
 (0)