feat: update mongo

This commit is contained in:
王性驊 2025-11-21 07:51:24 +08:00
parent 2e10064a00
commit 737b74f220
2 changed files with 14 additions and 11 deletions

View File

@ -1,13 +1,16 @@
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en">
<head>
<meta charset="UTF-8" /> <head>
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="icon" type="image/png" href="/logo.png" />
<title>temp-vue-app</title> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head> <title>Virtual Pet & Fortune</title>
<body> </head>
<div id="app"></div>
<script type="module" src="/src/main.js"></script> <body>
</body> <div id="app"></div>
</html> <script type="module" src="/src/main.js"></script>
</body>
</html>

BIN
public/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 815 KiB