feat: Add .NET Runtime Environment for Websites (#7266)
Some checks failed
SonarCloud Scan / SonarCloud (push) Failing after 4s

This commit is contained in:
zhengkunwang 2024-12-05 18:05:14 +08:00 committed by GitHub
parent 5be325405d
commit 3e14186d3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -166,6 +166,7 @@
<el-option label="Java" value="java"></el-option>
<el-option label="Go" value="go"></el-option>
<el-option label="Python" value="python"></el-option>
<el-option label=".NET" value="dotnet"></el-option>
</el-select>
</el-form-item>
</el-col>