|
...
|
...
|
@@ -480,7 +480,7 @@ class Home extends Base { |
|
|
|
$sendData['body'] = strip_tags_content($formData['body'],'<script>',true);
|
|
|
|
// 下划线
|
|
|
|
$sendData['body'] = str_replace('class="sensitive-word"',' ',$sendData['body']);
|
|
|
|
$sendData['body'] = str_replace('text-decoration-line: underline;text-decoration-style: wavy;text-decoration-color: red;',' ',$sendData['body']);
|
|
|
|
$sendData['body'] = str_replace('style="text-decoration-line: underline; text-decoration-style: wavy; text-decoration-color: red;"',' ',$sendData['body']);
|
|
|
|
|
|
|
|
// 不重要的信息
|
|
|
|
$sendData['jobName'] = $formData['jobName']??'';//任务标题
|
...
|
...
|
|