chore: bump version to 3.0.0

This commit is contained in:
thzxx
2026-04-06 15:31:28 +08:00
parent eba5098728
commit 9e6fce2c3f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ function setupDesktopIntegration(): void {
console.log('[Desktop Integration] 桌面集成完成 ✓');
}
console.log('[Metona] TypeScript + Electron v2.0.0 ' + new Date().toISOString());
console.log('[Metona] TypeScript + Electron v3.0.0 ' + new Date().toISOString());
function createNewSession(): ChatSession {
const selectedModel = (document.querySelector('#modelSelect') as HTMLSelectElement)?.value || '';