Skip to content

Commit 3b9890c

Browse files
authored
feat: 修改文档链接 (#2361)
1 parent 8e3a90f commit 3b9890c

File tree

1 file changed

+7
-1
lines changed
  • frontend/packages/community/explore/src/pages/plugin

1 file changed

+7
-1
lines changed

frontend/packages/community/explore/src/pages/plugin/index.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import {
2323
} from '@coze-community/components';
2424
import { SearchInput, useUsageModal } from '@coze-community/components';
2525
import { I18n } from '@coze-arch/i18n';
26+
import { IconCozDocument } from '@coze-arch/coze-design/icons';
2627
import { TabBar, Button } from '@coze-arch/coze-design';
2728
import { ProductEntityType } from '@coze-arch/bot-api/product_api';
2829
import useUrlState from '@ahooksjs/use-url-state';
@@ -86,8 +87,13 @@ export const PluginPage = () => {
8687
) : (
8788
<Button
8889
className="mx-[24px]"
90+
color="primary"
91+
icon={<IconCozDocument />}
8992
onClick={() => {
90-
window.open('https://www.coze.cn/open/docs/guides', '_blank');
93+
window.open(
94+
'https://github.com/coze-dev/coze-studio/wiki/4.-%E6%8F%92%E4%BB%B6%E9%85%8D%E7%BD%AE',
95+
'_blank',
96+
);
9197
}}
9298
>
9399
配置 coze.cn 插件

0 commit comments

Comments
 (0)