feat: login

This commit is contained in:
Rogee
2024-09-02 14:50:51 +08:00
parent 97e0731e2e
commit d739ca0184
7 changed files with 80 additions and 51 deletions

2
.vscode/launch.json vendored
View File

@@ -11,7 +11,7 @@
"mode": "auto",
"program": "${workspaceFolder}/main.go",
"args": [
"channels"
"login"
]
}
]