From 959032b71f4b4fd5e3435fcf1405f1ccaa7f8423 Mon Sep 17 00:00:00 2001 From: 刘嘉威 <daidaibg@163.com> Date: 星期五, 21 十月 2022 16:45:54 +0800 Subject: [PATCH] feat: 增加左上角图表 优化整体框架 --- index.html | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a67e7ff..538cf6d 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,7 @@ <meta charset="UTF-8" /> <link rel="icon" href="/favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Vite App</title> - <meta name="description" content="Vite Starter Template By Kirk Lin"> + <title>IofTV-Screen-Vue3</title> </head> <body> <div id="app"></div> -- Gitblit v1.8.0