From 4a8ff90081b91132d3df65391e03aa92ed2c901f Mon Sep 17 00:00:00 2001 From: Jesse-Ma <24167796@qq.com> Date: Mon, 5 Dec 2022 17:35:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E9=92=AE=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 3 ++- src/i18n/config/en.js | 2 +- src/i18n/config/zh.js | 2 +- src/views/EditNote.vue | 8 ++++++-- src/views/HomeView.vue | 19 ------------------- src/views/ViewNote.vue | 23 +++++++++++++++++------ 6 files changed, 27 insertions(+), 30 deletions(-) delete mode 100644 src/views/HomeView.vue diff --git a/src/App.vue b/src/App.vue index d5dd386..43488cb 100644 --- a/src/App.vue +++ b/src/App.vue @@ -109,7 +109,8 @@ body { } button span { - font-size: 15px !important; + margin-left: 0px !important; + font-size: 16px !important; font-family: apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif; margin-bottom: 6px; } diff --git a/src/i18n/config/en.js b/src/i18n/config/en.js index d940c52..bcff123 100644 --- a/src/i18n/config/en.js +++ b/src/i18n/config/en.js @@ -21,7 +21,7 @@ const en = { "100002": "Wrong Address!", "100003": "Deleted!", "100004": "Expired!", - "100005": "Not Available!", + "100005": "Not Published!", "100006": "Server Unavailable!", "100011": "Empty Note!", "100012": "Too Large, Beyond 200K!", diff --git a/src/i18n/config/zh.js b/src/i18n/config/zh.js index 8ea8ffe..b10316c 100644 --- a/src/i18n/config/zh.js +++ b/src/i18n/config/zh.js @@ -21,7 +21,7 @@ const zh = { "100002": "地址有误!", "100003": "内容已删除!", "100004": "内容已过期!", - "100005": "内容不存在!", + "100005": "内容未分享!", "100006": "服务器不可用!", "100011": "内容为空!", "100012": "内容过大,超过200K!", diff --git a/src/views/EditNote.vue b/src/views/EditNote.vue index 48c4f60..faafe0a 100644 --- a/src/views/EditNote.vue +++ b/src/views/EditNote.vue @@ -100,8 +100,8 @@ + style="margin-left:5px; border-radius: 0px;font-size: 21px;" @click="submitNote()" + icon="md-share"> @@ -124,6 +124,10 @@ style="border-radius: 0px;font-size: 24px;" @click="downLoadText(); switchMenu(); " icon="md-download"> + + diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue deleted file mode 100644 index 106d9ec..0000000 --- a/src/views/HomeView.vue +++ /dev/null @@ -1,19 +0,0 @@ - - - diff --git a/src/views/ViewNote.vue b/src/views/ViewNote.vue index 42a2349..3a137e7 100644 --- a/src/views/ViewNote.vue +++ b/src/views/ViewNote.vue @@ -152,7 +152,7 @@ /* #noteMenu button span{ - font-size: 15px; + font-size: 20px; line-height: 20px; margin-left: 7px !important; margin-right: 5px !important; @@ -171,6 +171,20 @@
refresh flagnote + + +
@@ -189,15 +203,12 @@ + style="margin-left:5px; border-radius: 0px;font-size: 21px; font-family: Arial, sans-serif" + @click="showShareModel()" icon="md-alarm">{{ state.ttlDesc }} - - -