浏览代码

perf:增加右键提示

lifei6671 7 年之前
父节点
当前提交
9a11df47f3
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 1 2
      .gitattributes
  2. 2 0
      views/document/markdown_edit_template.tpl

+ 1 - 2
.gitattributes

@@ -1,3 +1,2 @@
 *.js linguist-language=Go
-*.css linguist-language=Go
-./.env
+*.css linguist-language=Go

+ 2 - 0
views/document/markdown_edit_template.tpl

@@ -153,6 +153,8 @@
                     <label class="col-sm-2 control-label">文档名称 <span class="error-message">*</span></label>
                     <div class="col-sm-10">
                         <input type="text" name="doc_name" id="documentName" placeholder="文档名称" class="form-control"  maxlength="50">
+                        <p style="color: #999;font-size: 12px;">在目录的文档名上右键可以删除和修改文档名称以及添加下级文档</p>
+
                     </div>
                 </div>
                 <div class="form-group">