前言
修改方法
//修改文件 usr/themes/Joe/core/widget.php
//新增代码
//将created改为modified
if ($this->parameter->type == 'created') {
$this->parameter->type = 'modified';
}
//修改文件 usr/themes/Joe/core/widget.php
//新增代码
//将created改为modified
if ($this->parameter->type == 'created') {
$this->parameter->type = 'modified';
}
学习到了,感谢博主