File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ import {
2323} from '@coze-community/components' ;
2424import { SearchInput , useUsageModal } from '@coze-community/components' ;
2525import { I18n } from '@coze-arch/i18n' ;
26+ import { IconCozDocument } from '@coze-arch/coze-design/icons' ;
2627import { TabBar , Button } from '@coze-arch/coze-design' ;
2728import { ProductEntityType } from '@coze-arch/bot-api/product_api' ;
2829import 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 插件
You can’t perform that action at this time.
0 commit comments