4.8.10 test (#2411)

* update doc

* update doc

* update doc imgs
This commit is contained in:
Archer
2024-08-16 13:27:44 +08:00
committed by GitHub
parent 61347d9aaa
commit 14e22687e3
18 changed files with 20 additions and 14 deletions

View File

@@ -76,7 +76,7 @@ const FeiShuEditModal = ({
<Box color="myGray.600">{t('publish:feishu_api')}</Box>
{feConfigs?.docUrl && (
<Link
href={feConfigs.openAPIDocUrl || getDocPath('/docs/use-cases/feishu')}
href={feConfigs.openAPIDocUrl || getDocPath('/docs/course/feishu')}
target={'_blank'}
ml={2}
color={'primary.500'}

View File

@@ -78,7 +78,7 @@ const OffiAccountEditModal = ({
<Box color="myGray.600">{t('publish:official_account.params')}</Box>
{feConfigs?.docUrl && (
<Link
href={feConfigs.openAPIDocUrl || getDocPath('/docs/use-cases/official_account')}
href={feConfigs.openAPIDocUrl || getDocPath('/docs/course/official_account')}
target={'_blank'}
ml={2}
color={'primary.500'}