fix(web): add notes node; jinja2 editor bugfix

This commit is contained in:
zhaoying
2026-03-07 14:40:43 +08:00
parent 1029f94669
commit d19fec2155
3 changed files with 8 additions and 3 deletions

View File

@@ -529,6 +529,10 @@ export const unknownNode = {
type: 'unknown',
icon: unknownIcon
}
export const noteNode = {
type: 'notes',
icon: unknownIcon
}
export const nodeWidth = 240;
/**