* Finish task #44502.

This commit is contained in:
tianshujie
2021-11-18 09:51:18 +08:00
parent c1bc3c48ad
commit 8553a87f00
4 changed files with 3 additions and 1 deletions
+1
View File
@@ -85,6 +85,7 @@ $lang->misc->feature->lastest = 'Latest Version';
$lang->misc->feature->detailed = 'Detail';
$lang->misc->feature->introduction = 'Features';
$lang->misc->feature->tutorial = 'Tutorial';
$lang->misc->feature->tutorialImage = 'theme/default/images/main/tutorial_en.png';
$lang->misc->feature->youngBlueTheme = 'Young Blue Theme';
$lang->misc->feature->youngBlueImage = 'theme/default/images/main/new_theme_en.png';
$lang->misc->feature->nextStep = 'Next step';
+1
View File
@@ -85,6 +85,7 @@ $lang->misc->feature->lastest = '最新版本';
$lang->misc->feature->detailed = '详情';
$lang->misc->feature->introduction = '新功能介绍';
$lang->misc->feature->tutorial = '新手引导教程';
$lang->misc->feature->tutorialImage = 'theme/default/images/main/tutorial.png';
$lang->misc->feature->youngBlueTheme = '全新青春蓝主题';
$lang->misc->feature->youngBlueImage = 'theme/default/images/main/new_theme.png';
$lang->misc->feature->nextStep = '下一步';
+1 -1
View File
@@ -35,7 +35,7 @@
<?php elseif($feature == 'tutorial'):?>
<div class='text-center'>
<?php echo $lang->misc->feature->tutorialDesc;?>
<img class='text-center' src='<?php echo $config->webRoot . 'theme/default/images/main/tutorial.png';?>' />
<img class='text-center' src='<?php echo $config->webRoot . $lang->misc->feature->tutorialImage;?>' />
</div>
<?php elseif($feature == 'youngBlueTheme'):?>
<div class='text-center'>
Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB