From f2ceee414d7a56c325a0f403b7c2dfd1becbfdd1 Mon Sep 17 00:00:00 2001 From: linju Date: Fri, 15 Dec 2023 18:02:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E7=9A=84uni-icons=E7=89=88=E6=9C=AC=E4=B8=BA?= =?UTF-8?q?2.0.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 4 + .../{refreshBox.nvue => refreshBox.vue} | 0 package.json | 2 +- uni_modules/uni-icons/changelog.md | 2 + .../components/uni-icons/uni-icons.vue | 2 +- .../components/uni-icons/uniicons_file_vue.js | 649 ++++++++++++++++++ uni_modules/uni-icons/package.json | 2 +- uni_modules_tools/config.js | 4 +- 8 files changed, 660 insertions(+), 5 deletions(-) rename components/refreshBox/{refreshBox.nvue => refreshBox.vue} (100%) create mode 100644 uni_modules/uni-icons/components/uni-icons/uniicons_file_vue.js diff --git a/changelog.md b/changelog.md index 20e2390..fc4aba8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +## 2.1.8(2023-12-15) +更新 升级依赖的uni-icons版本为2.0.8 +## 2.1.7(2023-12-15) +修复 因网络错误引起的 manifest.json 文件错误引起的 web 端字体大小等样式问题 ## 2.1.6(2023-12-14) - 更新 依赖的uni-id-pages的版本为1.1.17 ## 2.1.5(2023-10-20) diff --git a/components/refreshBox/refreshBox.nvue b/components/refreshBox/refreshBox.vue similarity index 100% rename from components/refreshBox/refreshBox.nvue rename to components/refreshBox/refreshBox.vue diff --git a/package.json b/package.json index 028f573..818e2e6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "id": "uni-starter", "displayName": "uni-starter", - "version": "2.1.6", + "version": "2.1.8", "description": "云端一体应用快速开发基本项目模版", "keywords": [ "login", diff --git a/uni_modules/uni-icons/changelog.md b/uni_modules/uni-icons/changelog.md index f8333ca..137553e 100644 --- a/uni_modules/uni-icons/changelog.md +++ b/uni_modules/uni-icons/changelog.md @@ -1,3 +1,5 @@ +## 2.0.8(2023-12-14) +- 修复 项目未使用 ts 情况下,打包报错的bug ## 2.0.7(2023-12-14) - 修复 size 属性为 string 时,不加单位导致尺寸异常的bug ## 2.0.6(2023-12-11) diff --git a/uni_modules/uni-icons/components/uni-icons/uni-icons.vue b/uni_modules/uni-icons/components/uni-icons/uni-icons.vue index 3f677ec..810c452 100644 --- a/uni_modules/uni-icons/components/uni-icons/uni-icons.vue +++ b/uni_modules/uni-icons/components/uni-icons/uni-icons.vue @@ -10,7 +10,7 @@