File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,9 @@ OpenAI-Next-API 有 2 个平台可供选择,其中 **Next API** 提供按量
22
22
23
23
如果你在使用过程中遇到任何问题,欢迎在 [ GitHub Issues] ( https://github.com/OpenAI-Next/Lab/issues ) 中反馈。
24
24
25
- 您也可以加入我们的 [ 飞书群] ( ) 与我们交流。
26
-
27
25
## 贡献代码
28
26
29
27
我们欢迎您为 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 1
1
"use client" ;
2
2
3
3
import { App as AntdApp , ConfigProvider , Row , theme } from "antd" ;
4
- import { ReactNode , useEffect , useState } from "react" ;
4
+ import React , { ReactNode , useEffect , useState } from "react" ;
5
5
import dynamic from "next/dynamic" ;
6
6
import { CENTER_STYLE , Path } from "@/constant" ;
7
7
import SystemLogo from "@/app/icons/logo/logo.svg" ;
@@ -22,7 +22,7 @@ import Icon, {
22
22
AudioFilled ,
23
23
CalculatorFilled ,
24
24
DatabaseFilled ,
25
- FolderOpenFilled ,
25
+ FolderOpenFilled , GithubFilled ,
26
26
HomeFilled ,
27
27
MessageFilled ,
28
28
MoneyCollectFilled ,
@@ -191,12 +191,12 @@ const App = (props: { dark: boolean, updateConfig: any }) => {
191
191
{ props . dark ? < SunFilled style = { { color : "#FF6D00" } } /> :
192
192
< MoonFilled style = { { color : "#AB47BC" } } /> }
193
193
</ 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 > ,
200
200
] ;
201
201
} }
202
202
route = { {
You can’t perform that action at this time.
0 commit comments