update: 增加了对Deta的数据库支持和修改了一点文档

This commit is contained in:
RTAkland
2022-12-22 17:02:00 +08:00
parent 7adcc1b39a
commit ea7f3ababa
6 files changed
+44 -14

No files matched your search

+13
View File
@@ -0,0 +1,13 @@
{
"name": "MoeCounter",
"description": "一个Python版的MoeCounter重写, 并增加了一些功能",
"runtime": "python3.9",
"env": [
{
"key": "COUNTER_DB",
"description": "数据库类型, 默认是sqlite3, 也可以使用mysql, 格式: user:pwd@host:port/db",
"value": "sqlite3",
"required": true
}
]
}