diff --git a/src/main/resources/static/front/notesInfoDetail.html b/src/main/resources/static/front/notesInfoDetail.html new file mode 100644 index 0000000..34fb88e --- /dev/null +++ b/src/main/resources/static/front/notesInfoDetail.html @@ -0,0 +1,319 @@ + + + + + + + + + 笔记详情 + + + + + + + + + + + + +
+
+ +
+
+ +
+ + 欢迎您,{{user.name}} + 退出 + + 登录 + 注册 +
+
+ + + +
+ +
+ +
+ +
+
+
+
+
+
+
+
+
名称:
+
{{ obj.name }}
+
+
+
上传时间:
+
{{ obj.time }}
+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ + +
+ + +
+ + + +
+
+
+

评论

+
+
+ + +
+ + + +
+
+ +
+
+
+
+ +
+
+
+
+ + +
+
+
{{ item.name }} +
+
+
+
+ {{ item.content }} +
+
+
+
+ {{ item.time }} +
+
+
+
+ +
+
+
+ + + + + + + + +