Parcourir la source

增加反馈链接

star7th il y a 9 ans
Parent
commit
1ce8e7e804

+ 1 - 0
Application/Home/Lang/en-us.php

@@ -74,6 +74,7 @@ return array(
     'add_an_item'=>'Add an item',
     'new_item'=>'New item',
     'share_my_home'=>'Share my home',
+    'feedback' => "feedback",
     'home_address'=>'Home address',
     'home_address_description'=>'The others will be able to see all of your public items When he visits your home page.You can copy the address to your friends.',
     //item/pwd

+ 1 - 0
Application/Home/Lang/zh-cn.php

@@ -74,6 +74,7 @@ return array(
     'add_an_item'=>'添加一个新项目',
     'new_item'=>'新建项目',
     'share_my_home'=>'分享我的主页',
+    'feedback' => "反馈",
     'home_address'=>'主页地址',
     'home_address_description'=>'别人访问您的主页时,将可以看到您的所有公开项目(但没有新建项目等权限)。你可以复制地址给你的好友',
     //item/pwd

+ 2 - 1
Application/Home/View/Item/index.html

@@ -29,7 +29,8 @@
         <ul class="dropdown-menu">
         <!-- dropdown menu links -->
           <li><a href="{:U('Home/User/setting')}">{$Think.Lang.personal_setting}</a></li>
-          <li><a href="#share-home-modal"  data-toggle="modal">{$Think.Lang.share_home}</a></li>
+<!--           <li><a href="#share-home-modal"  data-toggle="modal">{$Think.Lang.share_home}</a></li>
+ -->          <li><a href="https://github.com/star7th/showdoc/issues" target="_blank">{$Think.Lang.feedback}</a></li>
           <li><a href="{:U('Home/index/index')}">{$Think.Lang.web_home}</a></li>
           <li><a href="{:U('Home/User/exist')}">{$Think.Lang.logout}</a></li>
 

+ 1 - 1
composer.json

@@ -5,7 +5,7 @@
     "description": "ShowDoc is a tool greatly applicable for an IT team to share documents online",
     "keywords": ["showdoc","documents","Api"],
     "homepage": "https://github.com/star7th/showdoc",
-    "version":"v1.2.1",
+    "version":"v1.2.2",
     "license": "Apache-2.0",
     "authors": [
         {