添加了一些提示

This commit is contained in:
MarkusJoe
2022-03-12 18:41:35 +08:00
parent 44257b997a
commit e595d07a83
21 files changed
+4 -2

No files matched your search

+2
View File
@@ -43,6 +43,8 @@
### 部署到本地服务器 ### 部署到本地服务器
> 本地部署时你需要打开`requirements.txt`文件将`itdangerous`一行去除
```shell ```shell
$ git clone https://github.com/MarkusJoe/RequestCounter.git $ git clone https://github.com/MarkusJoe/RequestCounter.git
$ cd RequestCounter $ cd RequestCounter
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

+2 -2
View File
@@ -5,5 +5,5 @@ gunicorn~=20.1.0
colorlog~=6.6.0 colorlog~=6.6.0
PyMySQL~=1.0.2 PyMySQL~=1.0.2
PyYAML~=6.0 PyYAML~=6.0
itsdangerous~=2.1.0 Werkzeug~=2.0.3
Werkzeug~=2.0.3 itsdangerous~=2.1.0