From 718834510c7578abbd0024d7b35703923b6d0748 Mon Sep 17 00:00:00 2001 From: huangge1199 Date: Wed, 28 Aug 2024 15:14:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8D=9A=E5=AE=A2=E6=96=87?= =?UTF-8?q?=E7=AB=A0=E7=9B=B8=E5=85=B3=E5=8A=9F=E8=83=BD=EF=BC=88=E6=9C=AA?= =?UTF-8?q?=E5=AE=8C=E6=88=90=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 3 + public/katex.min.css | 1 + public/katex.min.js | 1 + public/mermaid.min.js | 2151 ++++++++++++++++++++++++++++++++ src/api/blog/posts.js | 52 + src/assets/styles/sidebar.scss | 1 + src/views/blog/posts/index.vue | 334 +++++ src/views/blog/posts/write.vue | 100 ++ 8 files changed, 2643 insertions(+) create mode 100644 public/katex.min.css create mode 100644 public/katex.min.js create mode 100644 public/mermaid.min.js create mode 100644 src/api/blog/posts.js create mode 100644 src/views/blog/posts/index.vue create mode 100644 src/views/blog/posts/write.vue diff --git a/index.html b/index.html index 47b6e45..058f57e 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,9 @@ + + + Ruoyi-Flex管理系统