# mysql_studio **Repository Path**: zeno1/mysql_studio ## Basic Information - **Project Name**: mysql_studio - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-09-10 - **Last Updated**: 2026-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vite + Electron ## 开发 ```bash npm install npm run dev ``` ## 构建 Windows 安装包 ```bash npm run package ``` 安装包输出到 `release/`。渲染进程通过 `window.desktop` 调用安全暴露的 Electron API;新增原生能力时,请在 `electron/preload.ts` 中显式暴露接口。