merge dev

This commit is contained in:
phyzical
2022-03-30 19:00:57 +08:00
85 changed files with 1989 additions and 1089 deletions
+3
View File
@@ -230,6 +230,9 @@ async function parseOnlyRamCalculate(
} else if (ref in workerScript.env.vars.ui) {
func = workerScript.env.vars.ui[ref];
refDetail = `ui.${ref}`;
} else if (ref in workerScript.env.vars.grafting) {
func = workerScript.env.vars.grafting[ref];
refDetail = `grafting.${ref}`;
} else {
func = workerScript.env.vars[ref];
refDetail = `${ref}`;