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

This commit is contained in:
chriswang521 2023-05-31 15:23:53 +08:00
parent 0022aa54ee
commit a60112525e
1 changed files with 7 additions and 6 deletions

View File

@ -406,13 +406,14 @@ export const walkthroughs: GettingStartedWalkthroughContent = [
media: {
type: 'svg', altText: 'Workspace Trust editor in Restricted mode and a primary button for switching to Trusted mode.', path: 'workspaceTrust.svg'
},
},
{
id: 'videoTutorial',
title: localize('gettingStarted.videoTutorial.title', "Lean back and learn"),
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', "Lean back and learn"),
// 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' },
// }
]
}
},