mateclaw/mateclaw-ui/src/components/channels
倪程伟 981c3d56d9 fix(channels): don't gate webchat creation on auto-generated API Key
The Web/API (webchat) onboarding wizard marked api_key as required while
it is also readOnly and platform-generated on save. The readOnly field
could never be filled during creation, so canSubmitConfig never passed
and "Continue" stayed disabled.

Exclude readOnly fields from the wizard's required/optional field sets so
they neither gate "Continue" nor render as fillable inputs. The api_key
still appears as required + readOnly in the edit modal once a value
exists.

Refs matevip/mateclaw#338
2026-06-17 23:21:08 +08:00
..
ChannelEditModal.vue feat(channel/qq): add scan-to-bind onboarding via QQ Open Platform Lite portal 2026-05-20 21:47:49 +08:00
ChannelOnboardingWizard.vue fix(channels): don't gate webchat creation on auto-generated API Key 2026-06-17 23:21:08 +08:00
ChannelTypePicker.vue feat(channels): redesign list page — show only configured channels, add hero empty state 2026-04-30 06:59:47 +08:00