fix db init

This commit is contained in:
jxxghp
2024-07-24 16:49:27 +08:00
parent 843d93f0a8
commit c275d4db22

View File

@@ -54,6 +54,16 @@ def upgrade() -> None:
"type": "local",
"name": "本地",
"config": {}
},
{
"type": "alipan",
"name": "阿里云盘",
"config": {}
},
{
"type": "u115",
"name": "115网盘",
"config": {}
}
])