This commit is contained in:
Daniel 2025-06-22 16:55:24 +08:00
parent 2e2f152311
commit 17369d28c9
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 47 additions and 11 deletions

View file

@ -41,6 +41,10 @@ import (
func LoadTrees(ids []string) (ret map[string]*parse.Tree) {
ret = map[string]*parse.Tree{}
if 1 > len(ids) {
return ret
}
bts := treenode.GetBlockTrees(ids)
luteEngine := util.NewLute()
var boxIDs []string