From 17a81d641608545682e3f79f7c6090cac48fe81a Mon Sep 17 00:00:00 2001 From: shuishen <1109946754@qq.com> Date: Mon, 15 Sep 2025 18:10:01 +0800 Subject: [PATCH] feat:去除高亮 --- index.html | 41 ++++++++++++++++++++++++++++++----------- 1 files changed, 30 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 8388c4b..d4dac18 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,32 @@ +<!-- + * @Author: shuishen 1109946754@qq.com + * @Date: 2024-10-25 10:56:27 + * @LastEditors: shuishen 1109946754@qq.com + * @LastEditTime: 2025-01-17 14:48:01 + * @FilePath: \bigScreen\index.html + * @Description: + * + * Copyright (c) 2024 by shuishen, All Rights Reserved. +--> <!doctype html> <html lang="en"> - <head> - <meta charset="UTF-8" /> - <link rel="icon" type="image/svg+xml" href="/vite.svg" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Vite + Vue</title> - </head> - <body> - <div id="app"></div> - <script type="module" src="/src/main.js"></script> - </body> -</html> + +<head> + <meta charset="UTF-8" /> + <link rel="icon" type="image/svg+xml" href="/zhyq.svg" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <!-- <script src="/base/dc.min.js"></script> + <link + href="/base/dc.min.css" + rel="stylesheet" + type="text/css" + /> --> + <title>江西瑞昌经济开发区码头工业城化工集中区</title> +</head> + +<body> + <div id="app"></div> + <script type="module" src="/src/main.js"></script> +</body> + +</html> \ No newline at end of file -- Gitblit v1.9.3