fix: front end render wecom publish without update manually (#5670)
Some checks are pending
Build FastGPT images in Personal warehouse / get-vars (push) Waiting to run
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:amd64 runs-on:ubuntu-24.04]) (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / build-fastgpt-images (map[arch:arm64 runs-on:ubuntu-24.04-arm]) (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / release-fastgpt-images (push) Blocked by required conditions

This commit is contained in:
Zeng Qingwen 2025-09-18 14:35:08 +08:00 committed by GitHub
parent ab29710945
commit 3099b33343
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,8 +64,7 @@ const OutLink = () => {
}
]
: []),
...(feConfigs?.show_publish_wecom !== false
...(feConfigs?.show_publish_wecom === true
? [
{
icon: 'core/app/publish/wecom',