From e7e7b6737a9ff1694ec595c0d73c172ae21adf26 Mon Sep 17 00:00:00 2001 From: pan <1029559041@qq.com> Date: Fri, 31 Jul 2020 19:54:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E5=90=8E=E5=8F=B0=E7=AC=94?= =?UTF-8?q?=E8=AE=B0=E6=9B=B4=E6=96=B0=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt.config.js | 8 ++++++-- pages/index/read.vue | 22 ++++++++++++++++------ 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index cee2a00..bd599a5 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -215,7 +215,9 @@ export default { "rating_ok": "评价成功", "search_next": "查找下一个", "search_prev": "查找上一个", - "search_zero": "正文中没有 ‘{keyword}’" + "search_zero": "正文中没有 ‘{keyword}’", + "update_note_fail": "笔记保存失败", + "update_note_ok": "笔记保存成功" } }, "reading_online": "在线阅读", @@ -377,7 +379,9 @@ export default { "rating_ok": "", "search_next": "", "search_prev": "", - "search_zero": "" + "search_zero": "", + "update_note_fail": "", + "update_note_ok": "" } }, "reading_online": "", diff --git a/pages/index/read.vue b/pages/index/read.vue index 371b827..e3d1a5d 100644 --- a/pages/index/read.vue +++ b/pages/index/read.vue @@ -62,7 +62,6 @@