Skip to content

Commit

Permalink
Merge branch 'develop' into release-v3.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cn-xufei committed Dec 6, 2024
2 parents 3d45ab8 + 69759f7 commit a959dce
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/dfs/src/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,13 @@ const store = new Vuex.Store({
} else {
let params = {}

if (!guide.expand) {
params.expand = guide.expand = {
suggestion: '',
version: ''
}
}

if (tp_vid && !guide.tpVid) {
params.tpVid = guide.tpVid = tp_vid
}
Expand Down
151 changes: 151 additions & 0 deletions apps/dfs/src/views/workbench/Workbench.vue
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,66 @@ export default {
name: i18n.t('dfs_service_upgrade_notice'),
time: '2024-7-22 22:00'
},
{
id: '3.18.0',
name: 'Tapdata Cloud 3.18.0 Release Notes',
link: 'https://tapdata.net/cloud_release_notes_3-18-0.html',
time: '2024-11-29 21:00'
},
{
id: '3.17.0',
name: 'Tapdata Cloud 3.17.0 Release Notes',
link: 'https://tapdata.net/cloud_release_notes_3-17-0.html',
time: '2024-11-15 21:00'
},
{
id: '3.16.0',
name: 'Tapdata Cloud 3.16.0 Release Notes',
link: 'https://tapdata.net/cloud_release_notes_3-16-0.html',
time: '2024-10-30 21:00'
},
{
id: '3.15.0',
name: 'Tapdata Cloud 3.15.0 Release Notes',
link: 'https://tapdata.net/cloud_release_notes_3-15-0.html',
time: '2024-10-17 21:00'
},
{
id: '3.14.0',
name: 'Tapdata Cloud 3.14.0 Release Notes',
link: 'https://tapdata.net/cloud_release_notes_3-14-0.html',
time: '2024-10-10 21:00'
},
{
id: '3.13.0',
name: 'Tapdata Cloud 3.13.0 Release Notes',
link: 'https://tapdata.net/cloud_release_notes_3-13-0.html',
time: '2024-9-20 21:00'
},
{
id: '3.12.0',
name: 'Tapdata Cloud 3.12.0 Release Notes',
link: 'https://tapdata.net/cloud_release_notes_3-12-0.html',
time: '2024-8-21 21:00'
},
{
id: '3.11.0',
name: 'Tapdata Cloud 3.11.0 Release Notes',
link: 'https://tapdata.net/cloud_release_notes_3-11-0.html',
time: '2024-8-6 21:00'
},
{
id: '3.10.0',
name: 'Tapdata Cloud 3.10.0 Release Notes',
link: 'https://tapdata.net/cloud_release_notes_3-10-0.html',
time: '2024-7-20 21:00'
},
{
id: '3.9.0',
name: 'Tapdata Cloud 3.9.0 Release Notes',
link: 'https://tapdata.net/cloud_release_notes_3-9-0.html',
time: '2024-7-5 21:00'
},
{
id: 30,
name: 'Tapdata Cloud 3.8.0 Release Notes',
Expand Down Expand Up @@ -652,6 +712,66 @@ export default {
name: i18n.t('dfs_service_upgrade_notice'),
time: '2024-7-22 22:00'
},
{
id: '3.18.0',
name: 'Tapdata Cloud 3.18.0 Release Notes',
link: 'https://tapdata.io/blog/tapdata-cloud-3-18-0',
time: '2024-11-29 21:00'
},
{
id: '3.17.0',
name: 'Tapdata Cloud 3.17.0 Release Notes',
link: 'https://tapdata.io/blog/tapdata-cloud-3-17-0',
time: '2024-11-15 21:00'
},
{
id: '3.16.0',
name: 'Tapdata Cloud 3.16.0 Release Notes',
link: 'https://tapdata.io/blog/tapdata-cloud-3-16-0',
time: '2024-10-30 21:00'
},
{
id: '3.15.0',
name: 'Tapdata Cloud 3.15.0 Release Notes',
link: 'https://tapdata.io/blog/tapdata-cloud-3-15-0',
time: '2024-10-17 21:00'
},
{
id: '3.14.0',
name: 'Tapdata Cloud 3.14.0 Release Notes',
link: 'https://tapdata.io/blog/tapdata-cloud-3-14-0',
time: '2024-10-10 21:00'
},
{
id: '3.13.0',
name: 'Tapdata Cloud 3.13.0 Release Notes',
link: 'https://tapdata.io/blog/tapdata-cloud-3-13-0',
time: '2024-9-20 21:00'
},
{
id: '3.12.0',
name: 'Tapdata Cloud 3.12.0 Release Notes',
link: 'https://tapdata.io/blog/tapdata-cloud-3-12-0',
time: '2024-8-21 21:00'
},
{
id: '3.11.0',
name: 'Tapdata Cloud 3.11.0 Release Notes',
link: 'https://tapdata.io/blog/tapdata-cloud-3-11-0',
time: '2024-8-6 21:00'
},
{
id: '3.10.0',
name: 'Tapdata Cloud 3.10.0 Release Notes',
link: 'https://tapdata.io/blog/tapdata-cloud-3-10-0',
time: '2024-7-20 21:00'
},
{
id: '3.9.0',
name: 'Tapdata Cloud 3.9.0 Release Notes',
link: 'https://tapdata.io/blog/tapdata-cloud-3-9-0',
time: '2024-7-5 21:00'
},
{
id: 30,
name: 'Tapdata Cloud 3.8.0 Release Notes',
Expand Down Expand Up @@ -1007,16 +1127,19 @@ export default {
height: 100%;
min-width: 1100px;
box-sizing: border-box;
.pointer {
cursor: pointer;
}
}
.main-title,
.aside-title {
font-size: 18px;
line-height: 24px;
font-weight: 500;
}
// 快速开始
.create-list__item {
width: 276px;
Expand All @@ -1027,17 +1150,20 @@ export default {
border: 1px solid #e1e3e9;
border-radius: 8px;
}
.create-list__index {
width: 22px;
height: 22px;
color: map-get($color, primary);
border: 1px solid map-get($color, primary);
border-radius: 50%;
}
.create-list__main {
flex: 1;
overflow: hidden;
}
.create-list__name {
color: #000;
white-space: nowrap;
Expand All @@ -1046,6 +1172,7 @@ export default {
.agent-list__list {
background: map-get($color, white);
}
.agent-list__item {
width: 33%;
border-radius: 8px;
Expand All @@ -1054,58 +1181,72 @@ export default {
background-color: #f5f7fa;
color: map-get($fontColor, dark);
}
.agent-list__item:last-child {
margin-right: 0;
}
.agent-list__name {
.vicon {
color: map-get($fontColor, dark);
}
}
.agent-list__detail {
width: 232px;
background-color: #fafafb;
color: map-get($fontColor, light);
.agent-list__status {
white-space: nowrap;
margin-right: 8px;
&:last-child {
margin-right: 0;
}
}
.success {
color: #599f3f;
}
.error {
color: #f7a237;
}
}
// 通知公告
.notice-list__type {
background: #f7f8f9;
}
.notice-list__time {
white-space: nowrap;
text-align: right;
}
.guide-list {
height: 190px;
}
.dialog-upgrade__text {
font-size: 12px;
color: map-get($fontColor, light);
}
.dialog-upgrade__text__header {
font-size: 14px;
color: map-get($fontColor, normal);
}
.dialog-upgrade {
::v-deep {
.el-dialog__body {
padding: 0 20px;
}
}
}
.notice-list {
//height: 190px;
border-radius: 8px;
Expand All @@ -1116,10 +1257,12 @@ export default {
}
}
}
.common-card {
border: 1px solid #e1e3e9;
border-radius: 8px;
}
.quick-start-video {
background: linear-gradient(
89.97deg,
Expand All @@ -1129,39 +1272,47 @@ export default {
rgba(93, 153, 248, 0.8) 99.98%
);
}
.explore-examples {
background: #f4f6fc;
border-radius: 10px;
padding: 20px;
}
.explore-examples-wrap {
margin-top: 24px;
}
.position-text {
top: 0;
left: 0;
color: map-get($color, white);
width: 100%;
line-height: 14px;
}
.explore-examples-ellipsis {
/* white-space: nowrap; */
overflow: hidden;
text-overflow: ellipsis;
}
.position-sub-text {
top: 33px;
left: 52px;
color: map-get($color, white);
}
.quick-start-button {
padding: 4px 15px;
border-radius: 5px;
}
.scene-img {
width: 161px;
height: 92px;
}
.welcome-banner {
height: 76px;
background: linear-gradient(
Expand Down

0 comments on commit a959dce

Please sign in to comment.