feat(platform): harden telemetry pipeline and unify Semi UI workspaces

This commit is contained in:
lingniu
2026-07-18 00:26:36 +08:00
parent 65b4e4f055
commit 159c80b0ae
136 changed files with 21616 additions and 1785 deletions

View File

@@ -1,7 +1,13 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import { AppV2 } from './v2/AppV2';
import './v2/styles/semi-theme.scss';
import './v2/styles/v2.css';
import './v2/styles/workspace.css';
if ('scrollRestoration' in window.history) {
window.history.scrollRestoration = 'manual';
}
ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
<React.StrictMode>