1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-31 14:08:06 +08:00

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':
router.push({ path: '/websites/runtimes/java' });
break;
case 'go':
router.push({ path: '/websites/runtimes/go' });
break;
default:
const params = {
app: app,