Skip to content

Commit

Permalink
refactor: add 3.5.9 Release Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
cn-xufei committed Dec 27, 2023
1 parent 960aa25 commit 13631b4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions apps/dfs/src/views/workbench/Workbench.vue
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,13 @@ export default {
loadNotices() {
this.notices = this.isDomesticStation
? [
{
id: 21,
type: '',
name: 'Tapdata Cloud 3.5.9 Release Notes',
link: 'https://tapdata.net/cloud_release_notes_3-5-9.html',
time: '2023-12-25 21:00'
},
{
id: 20,
type: '',
Expand Down Expand Up @@ -550,6 +557,13 @@ export default {
}
]
: [
{
id: 21,
type: '',
name: 'Tapdata Cloud 3.5.9 Release Notes',
link: 'https://tapdata.io/release-notes/tapdata-cloud-3-5-9/',
time: '2023-12-25 21:00'
},
{
id: 20,
type: '',
Expand Down

0 comments on commit 13631b4

Please sign in to comment.