diff --git a/README.md b/README.md index 009b91c..29a1216 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ ### 部署到本地服务器 +> 本地部署时你需要打开`requirements.txt`文件将`itdangerous`一行去除 + ```shell $ git clone https://github.com/MarkusJoe/RequestCounter.git $ cd RequestCounter diff --git a/bin/db/0.gif b/bin/db/0.gif new file mode 100644 index 0000000..e83fb0b Binary files /dev/null and b/bin/db/0.gif differ diff --git a/bin/db/2.gif b/bin/db/2.gif new file mode 100644 index 0000000..e334c97 Binary files /dev/null and b/bin/db/2.gif differ diff --git a/bin/db/3.gif b/bin/db/3.gif new file mode 100644 index 0000000..1248fb1 Binary files /dev/null and b/bin/db/3.gif differ diff --git a/bin/db/4.gif b/bin/db/4.gif new file mode 100644 index 0000000..c1f00aa Binary files /dev/null and b/bin/db/4.gif differ diff --git a/bin/db/5.gif b/bin/db/5.gif new file mode 100644 index 0000000..07d21cb Binary files /dev/null and b/bin/db/5.gif differ diff --git a/bin/db/6.gif b/bin/db/6.gif new file mode 100644 index 0000000..b6d3bd9 Binary files /dev/null and b/bin/db/6.gif differ diff --git a/bin/db/7.gif b/bin/db/7.gif new file mode 100644 index 0000000..168b73c Binary files /dev/null and b/bin/db/7.gif differ diff --git a/bin/db/8.gif b/bin/db/8.gif new file mode 100644 index 0000000..3b0a56b Binary files /dev/null and b/bin/db/8.gif differ diff --git a/bin/db/9.gif b/bin/db/9.gif new file mode 100644 index 0000000..6a0604f Binary files /dev/null and b/bin/db/9.gif differ diff --git a/bin/db/asoul/0.gif b/bin/db/asoul/0.gif new file mode 100644 index 0000000..e21dc4a Binary files /dev/null and b/bin/db/asoul/0.gif differ diff --git a/bin/db/asoul/1.gif b/bin/db/asoul/1.gif new file mode 100644 index 0000000..30d9ac7 Binary files /dev/null and b/bin/db/asoul/1.gif differ diff --git a/bin/db/asoul/2.gif b/bin/db/asoul/2.gif new file mode 100644 index 0000000..2612718 Binary files /dev/null and b/bin/db/asoul/2.gif differ diff --git a/bin/db/asoul/3.gif b/bin/db/asoul/3.gif new file mode 100644 index 0000000..f652832 Binary files /dev/null and b/bin/db/asoul/3.gif differ diff --git a/bin/db/asoul/4.gif b/bin/db/asoul/4.gif new file mode 100644 index 0000000..294936a Binary files /dev/null and b/bin/db/asoul/4.gif differ diff --git a/bin/db/asoul/5.gif b/bin/db/asoul/5.gif new file mode 100644 index 0000000..bc989ed Binary files /dev/null and b/bin/db/asoul/5.gif differ diff --git a/bin/db/asoul/6.gif b/bin/db/asoul/6.gif new file mode 100644 index 0000000..0b97005 Binary files /dev/null and b/bin/db/asoul/6.gif differ diff --git a/bin/db/asoul/7.gif b/bin/db/asoul/7.gif new file mode 100644 index 0000000..5df79c6 Binary files /dev/null and b/bin/db/asoul/7.gif differ diff --git a/bin/db/asoul/8.gif b/bin/db/asoul/8.gif new file mode 100644 index 0000000..b03b7b1 Binary files /dev/null and b/bin/db/asoul/8.gif differ diff --git a/bin/db/asoul/9.gif b/bin/db/asoul/9.gif new file mode 100644 index 0000000..81d87a3 Binary files /dev/null and b/bin/db/asoul/9.gif differ diff --git a/requirements.txt b/requirements.txt index f3ce20b..8f1c1cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ gunicorn~=20.1.0 colorlog~=6.6.0 PyMySQL~=1.0.2 PyYAML~=6.0 -itsdangerous~=2.1.0 -Werkzeug~=2.0.3 \ No newline at end of file +Werkzeug~=2.0.3 +itsdangerous~=2.1.0 \ No newline at end of file