From 81c9ae3e32fbeb19640441805072f5a0065f5611 Mon Sep 17 00:00:00 2001 From: bobi1234 Date: Fri, 3 Aug 2018 09:31:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=87=E7=AB=A0=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E4=BF=AE=E6=94=B9,=E7=BC=96=E8=BE=91=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- article-add.html | 105 ++++++++++++++++++++++++++++++++++++++++++++++ article-edit.html | 105 ++++++++++++++++++++++++++++++++++++++++++++++ article.html | 66 +++++++++++++++-------------- data/article.json | 25 +++++++++++ user-add.html | 2 +- 5 files changed, 270 insertions(+), 33 deletions(-) create mode 100644 article-add.html create mode 100644 article-edit.html create mode 100644 data/article.json diff --git a/article-add.html b/article-add.html new file mode 100644 index 0000000..8a196f2 --- /dev/null +++ b/article-add.html @@ -0,0 +1,105 @@ + + + + + 添加文章 + + + + + + + +
+ + + +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ + +
+
+
+
+ + + + + \ No newline at end of file diff --git a/article-edit.html b/article-edit.html new file mode 100644 index 0000000..8c1bef4 --- /dev/null +++ b/article-edit.html @@ -0,0 +1,105 @@ + + + + + 编辑文章 + + + + + + + +
+ + + +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ + +
+
+
+
+ + + + + \ No newline at end of file diff --git a/article.html b/article.html index 541720d..ff2c91f 100644 --- a/article.html +++ b/article.html @@ -28,7 +28,7 @@