From 7f1c5ff018bf1bd49384f15fb751ba8c845e7359 Mon Sep 17 00:00:00 2001 From: LiuPengFeiCode <525833532@qq.com> Date: Sat, 8 Feb 2025 14:44:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E6=A0=87=E6=96=B0=E5=A2=9E=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E6=89=A9=E5=B1=95=E5=BA=93=EF=BC=8C=E5=8F=AF?= =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E4=BB=8E=E5=A6=82iconfont=E7=AD=89=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E4=B8=8B=E8=BD=BD=E5=88=9B=E5=BB=BA=E5=A5=BD=E7=9A=84?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E6=96=B9=E4=BE=BF=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/controller/api/Plugs.php | 9 +++++++++ app/admin/view/api/icon.html | 9 ++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/app/admin/controller/api/Plugs.php b/app/admin/controller/api/Plugs.php index aabb79164..1f2a7ee44 100644 --- a/app/admin/controller/api/Plugs.php +++ b/app/admin/controller/api/Plugs.php @@ -55,6 +55,15 @@ class Plugs extends Controller } } } + // 读取extra自定义字体图标 + if (empty($this->extraIcons = $this->app->cache->get('ThinkAdminExtraIcons', []))) { + $style = file_get_contents(syspath('public/static/extra/icon/iconfont.css')); + if (preg_match_all('#\.(iconfont-[\w-]+):#', $style, $matches)) { + if (count($this->thinkIcons = $matches[1]) > 0) { + $this->app->cache->set('ThinkAdminExtraIcons', $this->extraIcons, 60); + } + } + } $this->field = $this->app->request->get('field', 'icon'); $this->fetch(dirname(__DIR__, 2) . '/view/api/icon.html'); } diff --git a/app/admin/view/api/icon.html b/app/admin/view/api/icon.html index 9100e2987..7b85e18e8 100644 --- a/app/admin/view/api/icon.html +++ b/app/admin/view/api/icon.html @@ -2,7 +2,7 @@
-