From 9ab680e396120ccd9437919c19f8ef01c4e51db5 Mon Sep 17 00:00:00 2001
From: xuesinan <1404152492@qq.com>
Date: Tue, 7 Dec 2021 17:42:38 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=BB=BA=E4=BB=BB=E5=8A=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
CHANGELOG.md | 3 +-
package.json | 3 +-
.../TimeLine/component/TimeStatus.vue | 107 +++-
src/components/Title/Title.vue | 1 -
.../Title/components/CreateTask copy.vue | 466 ++++++++++++++++++
.../Title/components/CreateTask.vue | 287 +++++++----
tsconfig.json | 1 +
7 files changed, 766 insertions(+), 102 deletions(-)
create mode 100644 src/components/Title/components/CreateTask copy.vue
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c4fe18f..dbd47a1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# 0.1.0 (2021-11-18)
+# 0.1.0 (2021-12-07)
### 🌟 新功能
范围|描述|commitId
@@ -226,6 +226,7 @@
范围|描述|commitId
--|--|--
- | 1.时间轴筛选相同的时间替换数据 2.整理代码 | e082ccb
+ - | 本地缓存 | c615924
- | 测试接口 | 215e074
- | 插件查询及展示 | 4dba770
- | 角色栏文字颜色修改 | 215c6b3
diff --git a/package.json b/package.json
index fca8b3c..102ee37 100644
--- a/package.json
+++ b/package.json
@@ -29,6 +29,7 @@
"@dcloudio/uni-h5": "^2.0.0-31920210709003",
"@dcloudio/uni-helper-json": "*",
"@dcloudio/uni-i18n": "^2.0.0-31920210709003",
+ "@dcloudio/uni-cli-i18n": "^2.0.0-31920210709003",
"@dcloudio/uni-mp-vue": "^2.0.0-31920210709003",
"@dcloudio/uni-mp-weixin": "^2.0.0-31920210709003",
"@dcloudio/uni-quickapp-native": "^2.0.0-31920210709003",
@@ -42,7 +43,7 @@
"regenerator-runtime": "^0.12.1",
"uview-ui": "^1.8.4",
"vue": "^2.6.11",
- "vue-clipboard2": "^0.3.1",
+ "vue-clipboard2": "^0.3.3",
"vuex": "^3.2.0"
},
"devDependencies": {
diff --git a/src/components/TimeLine/component/TimeStatus.vue b/src/components/TimeLine/component/TimeStatus.vue
index 7055166..536e533 100644
--- a/src/components/TimeLine/component/TimeStatus.vue
+++ b/src/components/TimeLine/component/TimeStatus.vue
@@ -36,14 +36,33 @@
+
+
+