From eccfb2e321837967abc0c70c7b348cbd1e638713 Mon Sep 17 00:00:00 2001 From: pan <1029559041@qq.com> Date: Sat, 1 Aug 2020 17:10:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=94=E8=AE=B0=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt.config.js | 12 +- pages/index/note.vue | 16 +-- pages/index/read.vue | 297 +++++++++++++++++++++++-------------------- 3 files changed, 175 insertions(+), 150 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index 14aba45..fb69537 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -188,6 +188,8 @@ export default { "new_recommend": "最新推荐", "note": { "table": { + "note_content": "笔记内容", + "note_title": "笔记标题", "original_text": "注释原文", "paper_name": "论文标题" }, @@ -201,9 +203,7 @@ export default { "search": "查找" }, "form": { - "keyword": "关键字", - "note_content": "笔记内容", - "note_title": "笔记标题" + "keyword": "关键字" }, "tip": { "add_tip": "是否添加该笔记?", @@ -362,6 +362,8 @@ export default { "new_recommend": "", "note": { "table": { + "note_content": "", + "note_title": "", "original_text": "", "paper_name": "" }, @@ -375,9 +377,7 @@ export default { "search": "" }, "form": { - "keyword": "", - "note_content": "", - "note_title": "" + "keyword": "" }, "tip": { "add_tip": "", diff --git a/pages/index/note.vue b/pages/index/note.vue index e609560..a3aa17f 100644 --- a/pages/index/note.vue +++ b/pages/index/note.vue @@ -3,11 +3,11 @@ - - + + - - + + {{$t('button.query')}} @@ -22,8 +22,8 @@ - - + +