mirror of
https://gitee.com/wanwujie/sub2api
synced 2026-05-05 13:40:44 +08:00
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