feat: 修改文档链接 (#2361)

This commit is contained in:
yuwenbinjie1
2025-10-21 19:27:25 +08:00
committed by GitHub
parent 8e3a90f62c
commit 3b9890c2d7

View File

@ -23,6 +23,7 @@ import {
} from '@coze-community/components';
import { SearchInput, useUsageModal } from '@coze-community/components';
import { I18n } from '@coze-arch/i18n';
import { IconCozDocument } from '@coze-arch/coze-design/icons';
import { TabBar, Button } from '@coze-arch/coze-design';
import { ProductEntityType } from '@coze-arch/bot-api/product_api';
import useUrlState from '@ahooksjs/use-url-state';
@ -86,8 +87,13 @@ export const PluginPage = () => {
) : (
<Button
className="mx-[24px]"
color="primary"
icon={<IconCozDocument />}
onClick={() => {
window.open('https://www.coze.cn/open/docs/guides', '_blank');
window.open(
'https://github.com/coze-dev/coze-studio/wiki/4.-%E6%8F%92%E4%BB%B6%E9%85%8D%E7%BD%AE',
'_blank',
);
}}
>
coze.cn