* [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
+6 -1
View File
@@ -149,7 +149,12 @@ $buildTutorialTabPane = function($type) use ($groupedGuides, $lang, $currentType
};
jsVar('guides', $guides);
jsVar('lang', array('nextStep' => $lang->tutorial->nextStep));
jsVar('lang', array
(
'nextStep' => $lang->tutorial->nextStep,
'clickTipFormat' => $lang->tutorial->clickTipFormat,
'clickAndOpenIt' => $lang->tutorial->clickAndOpenIt
));
div
(