. ├── frontend/ # Electron + React 前端 │ ├── electron/ # Electron 主進程與 Preload 腳本 │ │ ├── main.ts # 主進程 (啟動 Python、處理 IPC) │ │ └── preload.ts # 預加載腳本 (暴露 API 給前端 ...
You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.