sub2api: add bedrock support
This commit is contained in:
@@ -82,6 +82,8 @@ const typeLabel = computed(() => {
|
||||
return 'Token'
|
||||
case 'apikey':
|
||||
return 'Key'
|
||||
case 'bedrock':
|
||||
return 'Bedrock'
|
||||
default:
|
||||
return props.type
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user