* refactor prompt audit buttons.

This commit is contained in:
Chenjianyu
2023-08-03 16:11:34 +08:00
parent cfbb95f273
commit 588c7ffc64
16 changed files with 60 additions and 22 deletions
+1 -1
View File
@@ -13,7 +13,6 @@
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/kindeditor.html.php';?>
<?php include '../../common/view/sortable.html.php';?>
<?php include '../../ai/view/inputinject.html.php';?>
<?php js::set('toTaskList', !empty($task->id));?>
<?php js::set('blockID', $blockID);?>
<?php js::set('executionID', $execution->id);?>
@@ -355,4 +354,5 @@ foreach(explode(',', $config->task->create->requiredFields) as $field)
<script>
$(function(){parent.$('body.hide-modal-close').removeClass('hide-modal-close');})
</script>
<?php include '../../ai/view/inputinject.html.php';?>
<?php include '../../common/view/footer.html.php';?>