File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,8 +22,9 @@ OpenAI-Next-API 有 2 个平台可供选择,其中 **Next API** 提供按量
2222
2323如果你在使用过程中遇到任何问题,欢迎在 [ GitHub Issues] ( https://github.com/OpenAI-Next/Lab/issues ) 中反馈。
2424
25- 您也可以加入我们的 [ 飞书群] ( ) 与我们交流。
26-
2725## 贡献代码
2826
2927我们欢迎您为 OpenAI-Next-Lab 贡献代码,每周我们会对提交的 PR 进行 Review 并及时合并。
28+
29+ ## 关联项目
30+ [ ai-model-hub] ( https://github.com/OpenAI-Next/ai-model-hub ) 维护了最新的 AI 模型信息,并提供 npm 包供开发者使用。
Original file line number Diff line number Diff line change 11"use client" ;
22
33import { App as AntdApp , ConfigProvider , Row , theme } from "antd" ;
4- import { ReactNode , useEffect , useState } from "react" ;
4+ import React , { ReactNode , useEffect , useState } from "react" ;
55import dynamic from "next/dynamic" ;
66import { CENTER_STYLE , Path } from "@/constant" ;
77import SystemLogo from "@/app/icons/logo/logo.svg" ;
@@ -22,7 +22,7 @@ import Icon, {
2222 AudioFilled ,
2323 CalculatorFilled ,
2424 DatabaseFilled ,
25- FolderOpenFilled ,
25+ FolderOpenFilled , GithubFilled ,
2626 HomeFilled ,
2727 MessageFilled ,
2828 MoneyCollectFilled ,
@@ -191,12 +191,12 @@ const App = (props: { dark: boolean, updateConfig: any }) => {
191191 { props . dark ? < SunFilled style = { { color : "#FF6D00" } } /> :
192192 < MoonFilled style = { { color : "#AB47BC" } } /> }
193193 </ span > ,
194- // <span
195- // key="Github"
196- // onClick={() => window.open("https://github.com/OpenAI-Next")}
197- // >
198- // <GithubFilled style={{color: props.dark ? "#757575" : "#323232"}}/>
199- // </span>,
194+ < span
195+ key = "Github"
196+ onClick = { ( ) => window . open ( "https://github.com/OpenAI-Next/Lab " ) }
197+ >
198+ < GithubFilled style = { { color : props . dark ? "#757575" : "#323232" } } />
199+ </ span > ,
200200 ] ;
201201 } }
202202 route = { {
You can’t perform that action at this time.
0 commit comments