feat: 🎉 完成基本功能
This commit is contained in:
10
internal/opt/var.go
Normal file
10
internal/opt/var.go
Normal file
@ -0,0 +1,10 @@
|
||||
package opt
|
||||
|
||||
const (
|
||||
ScrollDurationSeconds = 10 * 60
|
||||
)
|
||||
|
||||
var (
|
||||
Debug bool
|
||||
Timeout int
|
||||
)
|
Reference in New Issue
Block a user