feat: 增加 Go 运行环境跳转 (#5764)

This commit is contained in:
zhengkunwang 2024-07-11 16:21:25 +08:00 committed by GitHub
parent a5bf435d2c
commit 0194362a35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -241,6 +241,9 @@ const openInstall = (app: App.App) => {
case 'java': case 'java':
router.push({ path: '/websites/runtimes/java' }); router.push({ path: '/websites/runtimes/java' });
break; break;
case 'go':
router.push({ path: '/websites/runtimes/go' });
break;
default: default:
const params = { const params = {
app: app, app: app,