* zin: refactor set:xxx usage to compatible with php 5.4.

This commit is contained in:
sunhao
2023-08-29 18:03:45 +08:00
parent a89bc755d5
commit 6bd978525b
142 changed files with 600 additions and 613 deletions
+2 -2
View File
@@ -65,8 +65,8 @@ foreach($lang->report->typeList as $type => $typeName)
to::prefix(icon($type == 'default' ? 'list-alt' : "chart-{$type}")),
div
(
set::class('pb-4'),
span(set::class('text-gray'),
set::className('pb-4'),
span(set::className('text-gray'),
html(str_replace('%tab%', $lang->task->wait . $lang->testcase->common, $lang->report->notice->help)))
),
div($echarts)