feat: 🎉 完成基本功能

This commit is contained in:
loveuer
2024-03-22 18:05:47 +08:00
commit b9bb06867d
16 changed files with 965 additions and 0 deletions

10
internal/opt/var.go Normal file
View File

@ -0,0 +1,10 @@
package opt
const (
ScrollDurationSeconds = 10 * 60
)
var (
Debug bool
Timeout int
)