This commit is contained in:
Tangser tang 2023-04-04 04:53:21 +00:00
parent 8ab1fc872b
commit 92925ed692
3 changed files with 17 additions and 7 deletions

15
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}

View File

@ -142,11 +142,6 @@ function _Home() {
shadow shadow
/> />
</div> </div>
<div className={styles["sidebar-action"]}>
<a href={REPO_URL} target="_blank">
<IconButton icon={<GithubIcon />} shadow />
</a>
</div>
</div> </div>
<div> <div>
<IconButton <IconButton

View File

@ -112,9 +112,9 @@ const cn = {
NoAccess: "输入API Key查看余额", NoAccess: "输入API Key查看余额",
}, },
AccessCode: { AccessCode: {
Title: "访问码", Title: "访问码",
SubTitle: "现在是受控访问状态", SubTitle: "现在是受控访问状态",
Placeholder: "请输入访问码", Placeholder: "请输入访问码",
}, },
Model: "模型 (model)", Model: "模型 (model)",
Temperature: { Temperature: {