From a6718e1be53a606caddb23f68ac680ef39802199 Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Fri, 7 Nov 2025 15:08:46 +0800 Subject: [PATCH] =?UTF-8?q?pref:=20=E5=88=A0=E9=99=A4=E6=97=A0=E6=95=88?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.js b/src/index.js index 8c244d44..39aa8161 100755 --- a/src/index.js +++ b/src/index.js @@ -2,8 +2,6 @@ import React from 'react'; import ReactDOM from 'react-dom/client'; import { BrowserRouter as Router } from 'react-router-dom'; -// 本地引入 Leaflet 样式,替代不稳定的 CDN 外链 -import 'leaflet/dist/leaflet.css'; // 导入 Tailwind CSS 和 Brainwave 样式 import './styles/brainwave.css'; import './styles/brainwave-colors.css';