Skip to content

Commit

Permalink
Merge pull request #7 from sampsonye/feature-add-csharp-option
Browse files Browse the repository at this point in the history
project support csharp(c#) language
  • Loading branch information
colynn authored Dec 14, 2021
2 parents bb51b3c + eaac444 commit 6c93a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions web/src/views/project/ProjectApp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export default {
{'description': 'Java','name': 'Java'},
{'description': 'Node','name': 'Node'},
{'description': 'Go','name': 'go'},
{'description': 'C#','name': 'C#'},
],
};
},
Expand Down
1 change: 1 addition & 0 deletions web/src/views/project/detail/ProjectAppAdd.vue
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@
{'description': 'Node','name': 'Node'},
{'description': 'Go','name': 'go'},
{'description': 'Python','name': 'python'},
{'description': 'C#','name': 'C#'},
],
form: {
name: '',
Expand Down

0 comments on commit 6c93a1b

Please sign in to comment.