From 2356ef0f996d9c8fe5f26651ffafd744c8b1dc24 Mon Sep 17 00:00:00 2001 From: xtaodada Date: Tue, 6 Jun 2023 22:28:54 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20chore:=20update=20model?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 43 +++++++++++++++++++++++++++++++++++++++++++ models/monster.py | 1 - 2 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..492ab64 --- /dev/null +++ b/index.html @@ -0,0 +1,43 @@ + + + + 无法访问! + + + + + + + + + + + + +
+ +
+
+

抱歉,您已被阻止

+
+ +
+
+
+ + + +
+
+
+
+
+ + diff --git a/models/monster.py b/models/monster.py index ccc20d6..474f3c7 100644 --- a/models/monster.py +++ b/models/monster.py @@ -23,4 +23,3 @@ class Monster(BaseModel): """抗性""" find_area: str """发现地点""" -