fix(projects): fix mobile browser theme issue by adding color-scheme meta tag to index.html (#488)

This commit is contained in:
KickCashew 2024-06-13 14:13:23 +08:00 committed by GitHub
parent 813d8ce4c7
commit c212565248
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<title>%VITE_APP_TITLE%</title>
</head>
<body>