fix: 更新版本号标题为v2.2

This commit is contained in:
2026-04-23 12:57:07 +08:00
parent 17e946ae56
commit b2900febf9
2 changed files with 15 additions and 24 deletions

2
app.py
View File

@@ -935,7 +935,7 @@ HTML_TEMPLATE = '''<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>项目服务管理面板 v2.1</title>
<title>项目服务管理面板 v2.2</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>📊</text></svg>">
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://cdn.jsdelivr.net/npm/remixicon@3.5.0/fonts/remixicon.css" rel="stylesheet">