feat: 支持后台配置webhook

This commit is contained in:
shaw
2025-08-23 20:20:32 +08:00
parent 74bcb99142
commit b426a759a8
14 changed files with 2319 additions and 377 deletions

View File

@@ -962,7 +962,8 @@
v-if="
(form.addType === 'oauth' || form.addType === 'setup-token') &&
form.platform !== 'claude-console' &&
form.platform !== 'bedrock'
form.platform !== 'bedrock' &&
form.platform !== 'azure_openai'
"
class="btn btn-primary flex-1 px-6 py-3 font-semibold"
:disabled="loading"