This commit is contained in:
Daniel 2024-04-06 10:50:25 +08:00
parent 435a53cb49
commit 9c61d2a36f
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 12 additions and 6 deletions

View file

@ -50,6 +50,11 @@ type Editor struct {
BackmentionExpandCount int `json:"backmentionExpandCount"` // 反链提及默认展开数量
}
const (
MinDynamicLoadBlocks = 48
MaxDynamicLoadBlocks = 1024
)
func NewEditor() *Editor {
return &Editor{
FontSize: 16,