* fix ai prompts and stuff.

This commit is contained in:
liwenrui
2024-02-27 17:04:46 +08:00
parent 2b5c612d23
commit 51ebcc1eb7
30 changed files with 313 additions and 13 deletions
+3
View File
@@ -9,6 +9,9 @@ declare(strict_types=1);
* @link https://www.zentao.net
*/
namespace zin;
include($this->app->getModuleRoot() . 'ai/ui/inputinject.html.php');
jsVar('goalTip', $lang->testreport->goalTip);
jsVar('foundBugTip', $lang->testreport->foundBugTip);
jsVar('legacyBugTip', $lang->testreport->legacyBugTip);