diff --git a/src/component/Detail/historyDetail/index.vue b/src/component/Detail/historyDetail/index.vue
new file mode 100644
index 00000000..21650cee
--- /dev/null
+++ b/src/component/Detail/historyDetail/index.vue
@@ -0,0 +1,134 @@
+
+
+
+
+
+
{{ collectionName }}
+
+
+
+
+
+
+
+
+
![]()
+
+
+
+
+
+
+
diff --git a/src/component/LibraryPage/searchLabel.vue b/src/component/LibraryPage/searchLabel.vue
index f5a13542..10db0354 100644
--- a/src/component/LibraryPage/searchLabel.vue
+++ b/src/component/LibraryPage/searchLabel.vue
@@ -14,27 +14,29 @@
@@ -90,6 +92,12 @@ import { Modal,message,Upload,CascaderProps } from 'ant-design-vue';
import { ElCascader } from 'element-plus'
export default defineComponent({
+ props:{
+ isHistory:{
+ type:Boolean,
+ default:false
+ },
+ },
components:{
VueCropper,
ElCascader,
diff --git a/src/lang/cn.ts b/src/lang/cn.ts
index d093f37d..3f672fad 100644
--- a/src/lang/cn.ts
+++ b/src/lang/cn.ts
@@ -350,8 +350,8 @@ export default {
CollectionsName: "名字",
source: "来源",
UptateTime: "修改时间",
- SketchCounts: "项目名字",
- Operations: "Operations",
+ SketchCounts: "草图数量",
+ Operations: "操作",
jsContent1: "删除成功",
jsContent2: "您确定要删除这个收藏吗?",
jsContent3: "修改成功",
diff --git a/src/lang/en.ts b/src/lang/en.ts
index 88e55012..aee9a5cd 100644
--- a/src/lang/en.ts
+++ b/src/lang/en.ts
@@ -352,7 +352,7 @@ export default {
CollectionsName: "Collections Name",
source: "Source",
UptateTime: "Uptate Time",
- SketchCounts: "Project Name",
+ SketchCounts: "SketchCounts",
Operations: "Operations",
jsContent1: "Deleted successfully",
jsContent2: "Do you really want to delete this collection? ",
diff --git a/src/tool/listData.js b/src/tool/listData.js
index 258bcc6a..cb647e5f 100644
--- a/src/tool/listData.js
+++ b/src/tool/listData.js
@@ -360,6 +360,12 @@ const openTypeList = (t)=>{
Earlierlist:[
],
},
+ history111:{
+ icon:'fi-br-time-past',
+ label:t('HistoryPage.History'),
+ value:'history111',
+ router:'/home/history111'
+ },
gallery:{
icon:'fi-rr-gallery',
label:t('works.WORKS'),
diff --git a/src/views/HomeMain.vue b/src/views/HomeMain.vue
index d5c3aa97..f42166c7 100644
--- a/src/views/HomeMain.vue
+++ b/src/views/HomeMain.vue
@@ -18,17 +18,17 @@
{{$t('Header.NewProject')}}