摘要:
1 先安装extract-text-webpack-plugin 2 配置webpack.config.js 阅读全文
摘要:
“include”-“customfields.func.php”文件,在第539行中把以下代码: $fvalue = trim($ntag->GetInnerText()); 修改为: $fvalue = ($arcTag=="") ? trim($arcTag) : trim($arcTag-> 阅读全文
摘要:
1 表单添加字段时发现没有联动类型,是因为文件注释了,需要修改两个文件: 第一个:dede/templets/diy_field_edit.htm 127行 官方把 “<option value="stepselect">联动类型</option-->”这句给注释掉了,取消注释。第二个:dede/t 阅读全文