docs: 增加注释

This commit is contained in:
Mmx
2021-12-02 13:46:01 +08:00
parent 680130aaef
commit 07d66ced1e
6 changed files with 18 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ import (
"github.com/Mmx233/BitSrunLoginGo/v1/transfer"
)
// Login 登录逻辑
func Login(output bool, skipCheck bool) error {
return BitSrun.Login(&srunTransfer.Login{
Demo: global.Config.Settings.DemoMode,