remove:移除开始页面中“了解基础知识”的查看视频链接内容。

This commit is contained in:
chriswang521 2024-05-15 16:05:30 +08:00 committed by wangpenglong
parent d573143504
commit d2cde48e99
1 changed files with 7 additions and 6 deletions

View File

@ -257,13 +257,14 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
media: {
type: 'svg', altText: 'Go to file in quick search.', path: 'search.svg'
}
},
{
id: 'videoTutorial',
title: localize('gettingStarted.videoTutorial.title', "Watch video tutorials"),
description: localize('gettingStarted.videoTutorial.description.interpolated', "Watch the first in a series of short & practical video tutorials for Kylin-Code's key features.\n{0}", Button(localize('watch', "Watch Tutorial"), 'https://aka.ms/vscode-getting-started-video')),
media: { type: 'svg', altText: 'Kylin-Code Settings', path: 'learn.svg' },
}
// ,
// {
// id: 'videoTutorial',
// title: localize('gettingStarted.videoTutorial.title', "Watch video tutorials"),
// description: localize('gettingStarted.videoTutorial.description.interpolated', "Watch the first in a series of short & practical video tutorials for Kylin-IDE's key features.\n{0}", Button(localize('watch', "Watch Tutorial"), 'https://aka.ms/vscode-getting-started-video')),
// media: { type: 'svg', altText: 'Kylin-IDE Settings', path: 'learn.svg' },
// }
]
}
},