feat(ck): 成功获取 ck,只需两步确认

Co-authored-by: Moke <jerry765@users.noreply.github.com>
This commit is contained in:
BTMuli
2023-04-09 17:17:58 +08:00
parent 4c0041b3e4
commit b5b1c318ea
4 changed files with 818 additions and 98 deletions

View File

@@ -13,6 +13,7 @@ edition = "2021"
tauri-build = { version = "1.2", features = [] }
[dependencies]
rocket = "0.5.0-rc.1"
tauri = { version = "1.2", features = ["api-all"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"