Skip to content

Commit

Permalink
feat:前端支持conan仓库 #2601
Browse files Browse the repository at this point in the history
  • Loading branch information
lannoy0523 committed Sep 24, 2024
1 parent 24e0bf7 commit dca927c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
10 changes: 10 additions & 0 deletions src/frontend/devops-repository/src/images/conan.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions src/frontend/devops-repository/src/store/publicEnum.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ export const repoEnum = MODE_CONFIG === 'ci'
{ label: 'Helm', value: 'helm' },
{ label: 'Docker', value: 'docker' },
// { label: 'Rds', value: 'rds' },
{ label: 'Nuget', value: 'nuget' }
{ label: 'Nuget', value: 'nuget' },
{ label: 'Conan', value: 'conan' }
]
: [
{ label: 'Generic', value: 'generic' },
Expand All @@ -20,7 +21,8 @@ export const repoEnum = MODE_CONFIG === 'ci'
{ label: 'Composer', value: 'composer' },
{ label: 'Rpm', value: 'rpm' },
{ label: 'Git', value: 'git' },
{ label: 'Nuget', value: 'nuget' }
{ label: 'Nuget', value: 'nuget' },
{ label: 'Conan', value: 'conan' }
]

// 文件类型
Expand Down

0 comments on commit dca927c

Please sign in to comment.