去除无效内容

This commit is contained in:
胡圣锋 2025-11-18 06:12:03 +08:00
parent ebf3c85016
commit 3bd399cfd1
2 changed files with 1 additions and 6 deletions

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel="icon" href="<%= BASE_URL %>">
<title><%= webpackConfig.name %></title>
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
<style>

View File

@ -1,5 +0,0 @@
npm install
npm run build
npm run dev
# 1.安装依赖2.项目打包 3. 本机运行