refactor: 仪表盘去掉所有图片 全部用Phosphor Icons+CSS替代
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2026-03-20 21:01:24 +08:00
parent ec2dca619a
commit f79642c7ca
3 changed files with 53 additions and 33 deletions

View File

@@ -23,6 +23,9 @@
<link rel="stylesheet" href="/{$template_catalog}/template/{$public_themes}/css/common/common.css">
<link rel="stylesheet" href="/{$template_catalog}/template/{$themes}/css/dark-override.css">
<link rel="stylesheet" href="/upload/common/iconfont/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" />
<script src="/{$template_catalog}/template/{$public_themes}/js/common/vue.js"></script>