diff --git a/templates/myhome.html b/templates/myhome.html index db87d4503e..525b36beac 100644 --- a/templates/myhome.html +++ b/templates/myhome.html @@ -26,9 +26,7 @@ {{ repo.props.desc }} {% if repo.is_public %} - 查看目录 - {% else %} - 查看目录 + 浏览 {% endif %} 删除 diff --git a/templates/repo_dir.html b/templates/repo_dir.html index 464c5c85e3..58f4c2e862 100644 --- a/templates/repo_dir.html +++ b/templates/repo_dir.html @@ -25,7 +25,10 @@ {% else %} {{ dirent.props.obj_name }} - 下载 + + 查看 + 下载 + {% endif %} {% endfor %}