{"id":18765421,"url":"https://github.com/handexing/pinkylam-blog","last_synced_at":"2025-10-18T07:49:45.400Z","repository":{"id":96439536,"uuid":"95100920","full_name":"handexing/PinkyLam-blog","owner":"handexing","description":"基于node-webkit 开发的桌面笔记管理应用。前端使用MDUI框架。数据同步定时同步到服务器端，本地自带缓存数据功能。","archived":false,"fork":false,"pushed_at":"2017-09-05T08:19:52.000Z","size":6099,"stargazers_count":64,"open_issues_count":1,"forks_count":12,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T22:03:15.698Z","etag":null,"topics":["mdui","nodejs","nwjs","webkit"],"latest_commit_sha":null,"homepage":"https://github.com/handexing/pinkyLam-Blog-Server","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/handexing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-22T09:52:03.000Z","updated_at":"2024-11-16T00:32:12.000Z","dependencies_parsed_at":"2023-04-13T09:23:40.191Z","dependency_job_id":null,"html_url":"https://github.com/handexing/PinkyLam-blog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/handexing%2FPinkyLam-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/handexing%2FPinkyLam-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/handexing%2FPinkyLam-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/handexing%2FPinkyLam-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/handexing","download_url":"https://codeload.github.com/handexing/PinkyLam-blog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248665746,"owners_count":21142123,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mdui","nodejs","nwjs","webkit"],"created_at":"2024-11-07T18:33:58.736Z","updated_at":"2025-10-18T07:49:45.321Z","avatar_url":"https://github.com/handexing.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PinkyLam-blog\r\n基于node webkit 开发的桌面笔记管理应用。\r\n\r\n## 项目涉及\r\n- nodeJs\r\n- nwjs\r\n- MDUI(前端框架)\r\n- layui\r\n- editor(markdown插件)\r\n- redis\r\n\r\n## PinkyLam-blog 使用教程\r\n[使用教程](https://github.com/handexing/PinkyLam-blog/raw/master/doc/)\r\n\r\n## 项目日志\r\n- 开发登录界面和首页（*2017-06-22*）\r\n- 修改首页界面、完善日历提醒界面开发（*2017-06-23*）\r\n- 修改整体界面布局，添加仪表盘（*2017-06-24*）\r\n- 完成文章管理界面开发和添加文章界面，集成markdown插件（*2017-06-28*）\r\n- 完善文章添加界面（*2017-06-29*）\r\n- 添加类别、标签界面，修改添加文章界面（*2017-07-07*）\r\n- 大致完成整体界面开发，开始开发服务端接口（*2017-07-10*）\r\n- 完成登录接口，集成redis（*2017-07-11*）\r\n- 完成添加类别标签接口，修改添加文章（*2017-07-12*）\r\n- 修改标签管理，添加删除标签功能，修改文章管理，获取文章列表（*2017-07-14*）\r\n- 修改文章管理，添加文章分页显示，文章预览（*2017-07-17*）\r\n- 修改文章管理，添加修改文章、删除文章，修改添加文章关闭对话框回调bug（*2017-07-18*）\r\n- 完成文章管理的开发与测试。（*2017-07-18*）\r\n- 完善文件管理，添加上传文件并保存到数据库（*2017-07-19*）\r\n- 修改文件管理界面，添加文件分页功能（*2017-07-22*）\r\n- 修改文件管理图片显示bug（*2017-07-27*）\r\n- 修改文件管理复制链接到剪贴板，删除文件（*2017-07-28*）\r\n- 修改首页面板，获取真实数据：文章数量、附件个数、写作用时（*2017-08-01*）\r\n- 完成首页面板“近期文章开发”，修改“日历提醒功能”（*2017-08-04*）\r\n- 添加日历提醒功能（*2017-08-07*）\r\n- 修改上上附件功能，附件从nginx上获取,开发日历提醒的列表展示（*2017-08-15*）\r\n- 修改日历提醒，提醒数据缓存到redis，使用schedule定时提醒功能（*2017-08-27*）\r\n\r\n\u003e 版本1正式完事了！！！:bookmark::bookmark:\r\n\r\n## 项目配置\r\n\r\n\u003e view/config.json 项目配置文件\r\n\r\n\r\n## 服务端项目\r\n\r\n[pinkyLam-Blog-Server](https://github.com/handexing/pinkyLam-Blog-Server)\r\n\r\n## 项目预览\r\n\r\n### 登录界面\r\n\r\n![登录界面](https://github.com/handexing/PinkyLam-blog/raw/master/preview/login.png)\r\n\r\n### 首页预览\r\n\r\n#### 仪表盘\r\n\r\n![仪表盘](https://github.com/handexing/PinkyLam-blog/raw/master/preview/index.png)\r\n\r\n#### 仪表盘 -文章\r\n\r\n![文章](https://github.com/handexing/PinkyLam-blog/raw/master/preview/article.png)\r\n\r\n#### 仪表盘 -日历提醒\r\n\r\n![日历提醒](https://github.com/handexing/PinkyLam-blog/raw/master/preview/m_calendar.png)\r\n\r\n![日历提醒](https://github.com/handexing/PinkyLam-blog/raw/master/preview/remind.png)\r\n\r\n### 文章管理\r\n\r\n#### 文章列表\r\n\r\n![文章管理](https://github.com/handexing/PinkyLam-blog/raw/master/preview/articlelist.png)\r\n\r\n#### 添加文章\r\n\r\n![添加文章](https://github.com/handexing/PinkyLam-blog/raw/master/preview/addArticle.png)\r\n\r\n#### 文章预览\r\n\r\n![文章预览](https://github.com/handexing/PinkyLam-blog/raw/master/preview/previewArticle.png)\r\n\r\n### 分类、标签\r\n\r\n![分类标签](https://github.com/handexing/PinkyLam-blog/raw/master/preview/catesLabel.png)\r\n\r\n### 文件管理\r\n\r\n![文件管理](https://github.com/handexing/PinkyLam-blog/raw/master/preview/filePage.png)\r\n\r\n\r\n\u003e 觉得不错的朋友可以点下star,watch,fork也算是对我的鼓励了。\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhandexing%2Fpinkylam-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhandexing%2Fpinkylam-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhandexing%2Fpinkylam-blog/lists"}