Remove outdated README.md and update favicon in index.html

- Deleted the backend README.md file as it was no longer needed.
- Changed the favicon from a SVG to a PNG format for better compatibility.
- Updated the page title in index.html to reflect a more concise branding message.
This commit is contained in:
666ghj
2025-12-16 20:58:48 +08:00
parent 9db7781ee3
commit d096aa2b26
4 changed files with 2 additions and 2988 deletions

View File

@@ -5,10 +5,10 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@100..800&family=Space+Grotesk:wght@300..700&display=swap" rel="stylesheet">
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/png" href="/icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="MiroFish - 社交媒体舆论模拟系统" />
<title>MiroFish - 上传任意报告,模拟世界即刻开始</title>
<title>MiroFish - 预测万物</title>
</head>
<body>
<div id="app"></div>