Skip to content

Commit

Permalink
* Modify forum url, and update latest version url.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjianhua committed Sep 1, 2022
1 parent ea16433 commit 17edea6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/module/backup/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
$config->backup->setting = '';
$config->backup->settingDir = '/data/qucheng/backup';

$config->backup->versionURL = 'https://www.qucheng.com/article/release-1.3-140.html';
$config->backup->versionURL = 'https://www.qucheng.com/article/release-1.4-156.html';
3 changes: 2 additions & 1 deletion frontend/module/store/view/appview.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
<ul class="dropdown-menu">
<li><?php echo html::a(zget($cloudApp, 'git_url', '#'), $lang->store->gitUrl, '_blank', "class='icon icon-github'");?></li>
<li><?php echo html::a(zget($cloudApp, 'dockerfile_url', '#'), $lang->store->dockerfileUrl, '_blank', "class='icon icon-dockerhub'");?></li>
<li><?php echo html::a(zget($cloudApp, 'forum_url', '#'), $lang->store->forumUrl, '_blank', "class='icon icon-comments-alt'");?></li>
<li class='hidden'><?php echo html::a(zget($cloudApp, 'forum_url', '#'), $lang->store->forumUrl, '_blank', "class='icon icon-comments-alt'");?></li>
<li><?php echo html::a('https://www.qucheng.com/forum/usage.html', $lang->store->forumUrl, '_blank', "class='icon icon-comments-alt'");?></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 17edea6

Please sign in to comment.