updata:更新接口和表结构

This commit is contained in:
2024-07-05 23:20:12 +08:00
parent eff85c91db
commit 8b91e5a789
8 changed files with 159 additions and 173 deletions

22
templates/log.html Normal file
View File

@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>反诈预警平台</title>
</head>
<body>
<h1>日志</h1>
{% for i in data %}
<p>{{i}}</p>
{% endfor %}
</body>
</html>