From 5bf8ad206826a4caa01a15551553bcc87bce0aea Mon Sep 17 00:00:00 2001 From: Flytam <673800357@qq.com> Date: Wed, 2 Oct 2019 00:18:00 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/README.md b/README.md index 37a2a18..9f62361 100644 --- a/README.md +++ b/README.md @@ -4,25 +4,10 @@ API来自于[cnode社区](https://cnodejs.org/api) -想熟悉下vue的开发流程,又想体验下mpvue,于是写了个练手项目 - 线上demo ![](./img/show.jpg) - -线上版本更新日志 - -v0.0.6 修复部分图标路径问题、滚动防抖bug修复、通知栏目溢出修复 - -v0.0.5 修复帖子详情滑动卡顿问题 首页栏目切换动画修复 部分图标修复 - -v0.0.4 修复几处样式,添加帖子热帖,发帖添加markdown预览,通知添加一键已读和点击已读 markdown发布的预览 - -v0.0.3 添加扫码登陆 - -v0.0.2 帖子评论框修复、通知点击详情跳转修复 - ## 预览流程 ``` bash @@ -55,27 +40,6 @@ npm run dev - utils 一些工具函数 - static 静态图片部分 - -目前存在的问题 - -~~小程序无法动态插入dom,markdwon的解析有点问题~~,在[wemark](https://github.com/TooBug/wemark)基础上改造了下[mpvue-wemark](https://github.com/flytam/mpvue-wemark)解决 - - -todo - - - 编辑自己发过的主题 - - ~~展示未读消息数和消息已读~~ - - -优化 - - 请求失败状态码非200会抛异常,如何统一优雅处理 - - 部分页面添加下拉刷新 - - ~~到顶部代码不清真。~~ - -后话: - -这个项目没有涉及到太多复杂的部分,主要到是业务逻辑的开发,也是自己第一个用vue写的东西。所以的对于作为一个vue和mpvue小程序入门项目是非常合适的。由于开发时间短,部分代码质量和交互做得不太好。 - 部分效果图 From 94f648c401df9b5cc8035b216f02c7da90e006eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 16:19:18 +0000 Subject: [PATCH 2/2] Bump lodash.mergewith from 4.6.1 to 4.6.2 Bumps [lodash.mergewith](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/commits) Signed-off-by: dependabot[bot] --- package-lock.json | 47 +++++++++++++++++++++++++++++++++-------------- 1 file changed, 33 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ee0961..23a0210 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3595,7 +3595,8 @@ "ansi-regex": { "version": "2.1.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -3616,12 +3617,14 @@ "balanced-match": { "version": "1.0.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, "dev": true, + "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -3636,17 +3639,20 @@ "code-point-at": { "version": "1.1.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "concat-map": { "version": "0.0.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "console-control-strings": { "version": "1.1.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "core-util-is": { "version": "1.0.2", @@ -3763,7 +3769,8 @@ "inherits": { "version": "2.0.3", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "ini": { "version": "1.3.5", @@ -3775,6 +3782,7 @@ "version": "1.0.0", "bundled": true, "dev": true, + "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -3789,6 +3797,7 @@ "version": "3.0.4", "bundled": true, "dev": true, + "optional": true, "requires": { "brace-expansion": "^1.1.7" } @@ -3796,12 +3805,14 @@ "minimist": { "version": "0.0.8", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "minipass": { "version": "2.2.4", "bundled": true, "dev": true, + "optional": true, "requires": { "safe-buffer": "^5.1.1", "yallist": "^3.0.0" @@ -3820,6 +3831,7 @@ "version": "0.5.1", "bundled": true, "dev": true, + "optional": true, "requires": { "minimist": "0.0.8" } @@ -3900,7 +3912,8 @@ "number-is-nan": { "version": "1.0.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "object-assign": { "version": "4.1.1", @@ -3912,6 +3925,7 @@ "version": "1.4.0", "bundled": true, "dev": true, + "optional": true, "requires": { "wrappy": "1" } @@ -3997,7 +4011,8 @@ "safe-buffer": { "version": "5.1.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -4033,6 +4048,7 @@ "version": "1.0.2", "bundled": true, "dev": true, + "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", @@ -4052,6 +4068,7 @@ "version": "3.0.1", "bundled": true, "dev": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -4095,12 +4112,14 @@ "wrappy": { "version": "1.0.2", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "yallist": { "version": "3.0.2", "bundled": true, - "dev": true + "dev": true, + "optional": true } } }, @@ -5306,9 +5325,9 @@ "dev": true }, "lodash.mergewith": { - "version": "4.6.1", - "resolved": "http://registry.npm.taobao.org/lodash.mergewith/download/lodash.mergewith-4.6.1.tgz", - "integrity": "sha1-Y5BX5ybDr72z59QnQcqo1uQzWSc=", + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz", + "integrity": "sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==", "dev": true }, "lodash.tail": {