wip: fix size = 0 error

This commit is contained in:
loveuer
2024-12-13 15:01:40 +08:00
parent dde92f2e59
commit 724c695eb7
3 changed files with 19 additions and 18 deletions

View File

@ -2,6 +2,7 @@ package opt
const (
ScrollDurationSeconds = 10 * 60
DefaultSize = 100
)
var (