. ├── frontend/ # Electron + React 前端 │ ├── electron/ # Electron 主進程與 Preload 腳本 │ │ ├── main.ts # 主進程 (啟動 Python、處理 IPC) │ │ └── preload.ts # 預加載腳本 (暴露 API 給前端 ...
Below are the scripts you'll need to run and package your application, as well as build out JSDoc documentation, if you choose to do so. An exhaustive list of scripts that are available can be found ...