v3.3.1: HTML preview fix — code blocks no longer break chat

This commit is contained in:
admin
2026-05-21 18:29:51 +04:00
Unverified
parent e2a97a958a
commit 270372eac0
5 changed files with 15 additions and 5 deletions

View File

@@ -3240,7 +3240,7 @@
termState.projectsDir = env.PROJECTS;
termState.cwd = env.CWD || env.HOME;
updateCwdDisplay();
termPrint('Z.AI Terminal v3.3.0', 'info');
termPrint('Z.AI Terminal v3.3.1', 'info');
termPrint('Home: ' + termState.homeDir, 'info');
termPrint('Type "help" for commands, "setup" for dev tools\n', 'info');
}).catch(function() {});