补充欢迎页和错误请求引导,对小白更友好

This commit is contained in:
Vinlic
2024-04-04 03:35:48 +08:00
parent 6f22635be1
commit 74ef23ef51
5 changed files with 30 additions and 3 deletions

10
public/welcome.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>🚀 服务已启动</title>
</head>
<body>
<p>step-free-api已启动<br>请通过LobeChat / NextChat / Dify等客户端或OpenAI SDK接入</p>
</body>
</html>