init for release

This commit is contained in:
Huibean
2025-07-29 09:25:01 +08:00
parent de4ecf0d18
commit c3c4eb64f0
78 changed files with 63268 additions and 19 deletions

6
src/esc_panel.js Normal file
View File

@@ -0,0 +1,6 @@
import React from 'react';
import { createRoot } from 'react-dom/client';
import EscPanelWindow from './EscPanelWindow';
const root = createRoot(document.getElementById('sub-root'));
root.render(<EscPanelWindow />);