# 备忘录桌面 **Repository Path**: user_ye/memo-desktop ## Basic Information - **Project Name**: 备忘录桌面 - **Description**: go wails 实现的桌面备忘录 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-29 - **Last Updated**: 2024-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简单 通用的 备忘录应用 go wails 实现 + 版本:v1.0.0 + 可实现桌面通知window系统 + 点击通知后即可跳转链接 + 可设置提醒时间 标题 内容 + 本地数据存储 方便下次打开提醒 ## 后续扩展研发计划: + 增加导入 导出备忘录数据 + 添加配置 检测时间设定/提醒周期设定/状态栏目 等 + ui调整 美化 + 增加邮件提醒 ### 操作界面: + ![](./docs/日历视图.png) + ![](./docs/表格视图.png) + ![](./docs/编辑新增.png) ### 下载链接: + https://gitee.com/user_ye/memo-desktop/releases/tag/v1.0.0 ## About This is the official Wails Vue-TS template. You can configure the project by editing `wails.json`. More information about the project settings can be found here: https://wails.io/docs/reference/project-config ## Live Development To run in live development mode, run `wails dev` in the project directory. This will run a Vite development server that will provide very fast hot reload of your frontend changes. If you want to develop in a browser and have access to your Go methods, there is also a dev server that runs on http://localhost:34115. Connect to this in your browser, and you can call your Go code from devtools. ## Building To build a redistributable, production mode package, use `wails build`.