* [ui] support for checking step type openApp.

This commit is contained in:
sunhao
2024-09-04 17:31:41 +08:00
committed by 王于听
parent b91af9decf
commit d236d862cb
7 changed files with 85 additions and 22 deletions
+2
View File
@@ -32,6 +32,8 @@ $lang->tutorial->serverErrorTip = 'Error!';
$lang->tutorial->ajaxSetError = 'Finished task must be defined. If you want to reset the Task, please set its value as null.';
$lang->tutorial->novice = "For a quick start, let's go through a two-minute Tutorial.";
$lang->tutorial->dataNotSave = "Data generated in this Tutorial will not be saved!";
$lang->tutorial->clickTipFormat = "cliquez %s";
$lang->tutorial->clickAndOpenIt = "Click %s to open %s.";
$lang->tutorial->tasks = new stdclass();
$lang->tutorial->tasks->createAccount = new stdclass();