add clear

This commit is contained in:
as2252258@163.com
2019-10-22 14:02:44 +08:00
parent 27d8b60845
commit 7011a4569d
+1 -1
View File
@@ -104,7 +104,7 @@ class Template extends Miniprogarampage
if (empty($color)) {
$color = '#000';
}
$this->keywords['keyword' . count($this->keywords)] = [
$this->keywords['keyword' . (count($this->keywords) + 1)] = [
'value' => $context,
'color' => $color
];