From b24e6fea45bbec7a7d056584b446e7abd089dc29 Mon Sep 17 00:00:00 2001 From: cloud Date: Wed, 30 Dec 2020 23:47:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=90=88=E5=90=8C=E5=88=B0?= =?UTF-8?q?=E6=9C=9F=E6=8F=90=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/class/appadmin.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class/appadmin.class.php b/include/class/appadmin.class.php index 5ae23fa..cc96865 100644 --- a/include/class/appadmin.class.php +++ b/include/class/appadmin.class.php @@ -338,7 +338,7 @@ class appadmin extends admin public function str_color($state, $str, $weight = 'unset') { global $_M, $_YW; - $color = ['red-600', 'green-600', 'cyan-600', 'blue-600']; + $color = ['red-600', 'green-600', 'cyan-600', 'blue-600','orange-600','purple-600']; return '' . $str . ''; }