# inkflow-desktop **Repository Path**: yltrcc/inkflow-desktop ## Basic Information - **Project Name**: inkflow-desktop - **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-05-18 - **Last Updated**: 2026-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 墨韵笔记 - 桌面版 基于 Electron 的桌面应用,复用前端代码。 ## 开发 ```bash # 安装依赖 npm install # 开发模式 npm run dev ``` ## 构建 ```bash # 构建前端 npm run build # 构建各平台安装包 npm run build:win # Windows npm run build:mac # macOS npm run build:linux # Linux ``` ## 注意事项 桌面版依赖 `inkflow-frontend` 文件夹下的前端代码,构建时会使用前端构建产物。