From 18bc852a981f6c126e480e2fe5d773d5acd32343 Mon Sep 17 00:00:00 2001 From: wally <18603454788@163.com> Date: Wed, 10 Nov 2021 16:10:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20plugin-title=20=E7=AA=97=E5=8F=A3?= =?UTF-8?q?=E9=80=9A=E4=BF=A1=E8=B0=83=E6=95=B4=EF=BC=8C=E5=85=A8=E5=B1=80?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- src/components/Globals/Globals.vue | 6 ++++-- src/components/Plugin/Plugin.vue | 2 ++ src/components/Roles/Roles.vue | 4 ++-- src/components/Title/Title.vue | 2 +- src/manifest.json | 2 +- src/plugins/p-task-title/p-task-title.vue | 6 +++--- src/utils/storage.js | 1 - 8 files changed, 15 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f517cd4..d5ff60e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.1.0 (2021-11-09) +# 0.1.0 (2021-11-10) ### 🌟 新功能 范围|描述|commitId @@ -199,6 +199,7 @@ 范围|描述|commitId --|--|-- calendar | 日历细节调整 | 1a8d6bf + - | p-task-title 参数url处理 | 4fb9ec0 - | project 代码健壮性完善 | a3202c5 - | puppeteer升级v10 | f02b0e7 store/home | 删除store/home | db8a3b4 diff --git a/src/components/Globals/Globals.vue b/src/components/Globals/Globals.vue index a2af6da..22d20e8 100644 --- a/src/components/Globals/Globals.vue +++ b/src/components/Globals/Globals.vue @@ -1,9 +1,11 @@