Update index.html
This commit is contained in:
parent
7a0f325071
commit
f2b0431dc6
@ -1,6 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="zh">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
@ -23,5 +22,4 @@
|
|||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
<script type="module" src="/src/main.ts"></script>
|
<script type="module" src="/src/main.ts"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
@ -2,7 +2,7 @@
|
|||||||
useHead({
|
useHead({
|
||||||
title: '合肥市南园学校19预科2班',
|
title: '合肥市南园学校19预科2班',
|
||||||
meta: [
|
meta: [
|
||||||
{ name: 'description', content: '合肥市南园学校19预科2班纪念项目。' },
|
{ name: 'description', content: '合肥市南园学校19预科2班纪念项目' },
|
||||||
{
|
{
|
||||||
name: 'theme-color',
|
name: 'theme-color',
|
||||||
content: computed(() => isDark.value ? '#00aba9' : '#ffffff'),
|
content: computed(() => isDark.value ? '#00aba9' : '#ffffff'),
|
||||||
|
Loading…
Reference in New Issue
Block a user