From 796f1fce7951ca1dd4ba5785f25d86bf5ca9dcd5 Mon Sep 17 00:00:00 2001 From: 刘嘉威 <daidaibg@163.com> Date: 星期四, 27 十月 2022 17:23:27 +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