add cli load
This commit is contained in:
@@ -2,6 +2,20 @@ package consts
|
||||
|
||||
import "gorm.io/gorm"
|
||||
|
||||
const Logo = `
|
||||
____ _____
|
||||
/ __ \ |_ _|
|
||||
| | | |_ __ ___ _ __ | | ___ __ _ _ __ ___
|
||||
| | | | '_ \ / _ \ '_ \ | | / _ \/ _' | '_ ' _ \
|
||||
| |__| | |_) | __/ | | | | || __/ (_| | | | | | |
|
||||
\____/| .__/ \___|_| |_| \_/ \___|\__,_|_| |_| |_|
|
||||
| |
|
||||
|_|
|
||||
|
||||
https://github.com/mirrors2/openteam
|
||||
---------------------------------------------------
|
||||
`
|
||||
|
||||
const SecretKey = "openteam"
|
||||
|
||||
const Day = 24 * 60 * 60 // day := 86400
|
||||
|
||||
Reference in New Issue
Block a user