From b8a3b529f50682c169a7fb9d91de6fc17addbe58 Mon Sep 17 00:00:00 2001 From: kele <1184860403@qq.com> Date: Tue, 7 Feb 2023 17:02:21 +0800 Subject: [PATCH 1/2] =?UTF-8?q?style:=E8=87=AA=E5=AE=9A=E4=B9=89=E5=A4=B4?= =?UTF-8?q?=E9=83=A8=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sheep/components/s-custom-navbar/s-custom-navbar.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/sheep/components/s-custom-navbar/s-custom-navbar.vue b/sheep/components/s-custom-navbar/s-custom-navbar.vue index cc373f43..789d2d29 100644 --- a/sheep/components/s-custom-navbar/s-custom-navbar.vue +++ b/sheep/components/s-custom-navbar/s-custom-navbar.vue @@ -170,15 +170,12 @@ } .sicon-back { font-size: 32rpx; - color: #000; } .sicon-home { font-size: 32rpx; - color: #000; } .sicon-more { font-size: 32rpx; - color: #000; } .icon-button { width: 67rpx; From 049cb5e1fd8f209a61d9a2dc88ca285d381968ae Mon Sep 17 00:00:00 2001 From: kele <1184860403@qq.com> Date: Tue, 7 Feb 2023 17:14:57 +0800 Subject: [PATCH 2/2] =?UTF-8?q?docs=EF=BC=9A=E6=9B=B4=E6=96=B01.8.0?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 6b5a207d..ab49e64d 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,24 @@ _(注意:演示环境已屏蔽管理权限和相关操作)_ - [ ] Typescript 重构; +### V1.8.0 更新简介 2023/02/07 + +1. 引入`luch-request`,替换`libs`中的`request` + +2. 兼容`HbulderX`版本更新小程序端`v-bind`无法使用多层对象的问题 + +3. 优化分页数据相关页面代码 + +4. 富文本渲染组件使用`mp-html`替换原`su-parse` + +5. 修复阶梯拼团弹框点击规格自动关闭问题 + +6. 自定义页面头部添加返回按钮及快捷菜单 + +7. 优化筛选时间可以任意选择时间问题(改为只能筛选当天及以前) + +8. 修复部分页面样式显示问题 + ### V1.7.1 更新简介 2022/12/09 1. 更新插件市场忽略文件问题