From 43d0383550bfa18d251fff97456cb18a89818a80 Mon Sep 17 00:00:00 2001 From: longjieli <1060695654@qq.com> Date: Sun, 18 Aug 2024 17:10:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locale/en.js | 2 - locale/es.js | 2 - pages/home/home.vue | 2 +- pages/login/login.vue | 232 +++++++++++++++++++++--------------------- pages/register/register.vue | 241 ++++++++++++++++++++------------------------ static/home/About-us.png | Bin 11097 -> 6589 bytes static/home/Event.png | Bin 6117 -> 4502 bytes static/home/FAQ.png | Bin 9585 -> 4492 bytes static/home/TC.png | Bin 8442 -> 5066 bytes static/home/menu.png | Bin 14293 -> 13470 bytes static/home/menu1.png | Bin 16211 -> 5040 bytes static/home/menu2.png | Bin 20025 -> 4414 bytes static/home/menu3.png | Bin 13814 -> 1307 bytes static/home/menu4.png | Bin 13723 -> 1268 bytes static/login/language.png | Bin 3239 -> 2347 bytes static/login/logo.png | Bin 43343 -> 118781 bytes 16 files changed, 226 insertions(+), 253 deletions(-) diff --git a/locale/en.js b/locale/en.js index 7192ce4..97b63f8 100644 --- a/locale/en.js +++ b/locale/en.js @@ -166,8 +166,6 @@ export default { "ok": "OK" }, "login": { - "title": "Login", - "please-login": "Please login to access more content", "username": "Username", "username-placeholder": "username", "password": "Password", diff --git a/locale/es.js b/locale/es.js index fdbec44..c637729 100644 --- a/locale/es.js +++ b/locale/es.js @@ -166,8 +166,6 @@ export default { "ok": "OK" }, "login": { - "title": "Inicio de sesión", - "please-login": "Por favor, inicie sesión para acceder a más contenido", "username": "Nombre de usuario", "username-placeholder": "nombre de usuario", "password": "Contraseña", diff --git a/pages/home/home.vue b/pages/home/home.vue index 4d2eefd..66b85b7 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -43,7 +43,7 @@ current - + diff --git a/pages/login/login.vue b/pages/login/login.vue index 7f93fc8..e86655e 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -1,64 +1,51 @@