feat: 引入 Phosphor Icons CDN (regular + fill)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2026-03-20 20:42:33 +08:00
parent 918b521216
commit aa00cb421f

View File

@@ -86,6 +86,9 @@
<!-- 公共区域 --> <!-- 公共区域 -->
<link rel="icon" type="image/x-icon" href="/favicon.ico"> <link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="stylesheet" href="/web/BlackFruit-web/assets/font/iconfont.css"> <link rel="stylesheet" href="/web/BlackFruit-web/assets/font/iconfont.css">
<!-- Phosphor Icons -->
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/regular/style.css" />
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/fill/style.css" />
<link rel="stylesheet" href="/web/BlackFruit-web/common/reset.css"> <link rel="stylesheet" href="/web/BlackFruit-web/common/reset.css">
<link rel="stylesheet" href="/web/BlackFruit-web/common/style.css"> <link rel="stylesheet" href="/web/BlackFruit-web/common/style.css">
<link rel="stylesheet" href="/web/BlackFruit-web/common/theme.css"> <link rel="stylesheet" href="/web/BlackFruit-web/common/theme.css">