fix: 字体引入调整

This commit is contained in:
zhangrun 2025-11-22 19:55:37 +08:00
parent dd371f07d6
commit 7fb94ea40e
3 changed files with 12 additions and 1 deletions

View File

@ -7,7 +7,8 @@
<title>四川明君科技</title>
<meta name="keywords">
<meta name="description">
<link href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css" rel="stylesheet">
<!-- <link href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css" rel="stylesheet"> -->
<link href="node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<script src="/global.config.js"></script>
</head>
<body>

9
package-lock.json generated
View File

@ -9,6 +9,7 @@
"version": "0.0.0",
"dependencies": {
"axios": "^1.6.7",
"font-awesome": "^4.7.0",
"pinia": "^2.1.7",
"reset.css": "^2.0.2",
"swiper": "^11.0.7",
@ -1319,6 +1320,14 @@
}
}
},
"node_modules/font-awesome": {
"version": "4.7.0",
"resolved": "https://registry.npmmirror.com/font-awesome/-/font-awesome-4.7.0.tgz",
"integrity": "sha512-U6kGnykA/6bFmg1M/oT9EkFeIYv7JlX3bozwQJWiiLz6L0w3F5vBVPxHlwyX/vtNq1ckcpRKOB9f2Qal/VtFpg==",
"engines": {
"node": ">=0.10.3"
}
},
"node_modules/foreground-child": {
"version": "3.3.1",
"resolved": "https://registry.npmmirror.com/foreground-child/-/foreground-child-3.3.1.tgz",

View File

@ -10,6 +10,7 @@
},
"dependencies": {
"axios": "^1.6.7",
"font-awesome": "^4.7.0",
"pinia": "^2.1.7",
"reset.css": "^2.0.2",
"swiper": "^11.0.7",