Skip to content

Commit

Permalink
v1.0?
Browse files Browse the repository at this point in the history
  • Loading branch information
wyf9 committed Jul 31, 2024
1 parent 9a73201 commit decf5c9
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,25 @@ Are you sleeping?

一个查看个人在线状态的 Flask 网站,让他人能知道你不在而不是故意吊他/她

[演示站](https://sleepy.wyf9.top) / [部署](#部署) / [使用](#使用) / [关于](#关于)
[演示](#preview) / [部署](#部署) / [使用](#使用) / [关于](#关于)

> ver: `1.0`, configver: `1`
## Preview

演示站: [Here](https://sleepy.wyf9.top)

网页:

![web-1](img/web-1.png)

![web-2](img/web-2.png)

服务器:

![server-1](img/server-1.png)

> ↑ 使用的 ssh 工具: WindTerm
## 部署

Expand Down
2 changes: 1 addition & 1 deletion example.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 1, // 配置版本号,无需更改
"version": 2, // 配置版本号,一般无需更改
"debug": false, // Flask 服务器的 debug 开关
"host": "0.0.0.0", // 监听地址, 0.0.0.0 表示所有
"port": 9010, // 监听端口, 默认 9010
Expand Down
Binary file added img/server-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/web-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/web-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit decf5c9

Please sign in to comment.