From 576a50c1132dfe2359a8f83ef76bb50b336b170c Mon Sep 17 00:00:00 2001 From: Thien Pham Van Date: Tue, 27 Jan 2026 15:19:21 +0700 Subject: [PATCH] Update Lang --- assets/styles/main.scss | 3 +- components/Caption.vue | 2 +- pages/account/recovery.vue | 10 +- pages/signin.vue | 363 +++++++++++++++++++++++-------------- pages/welcome.vue | 13 +- 5 files changed, 252 insertions(+), 139 deletions(-) diff --git a/assets/styles/main.scss b/assets/styles/main.scss index 6d1a8b4..99d5116 100755 --- a/assets/styles/main.scss +++ b/assets/styles/main.scss @@ -1,5 +1,6 @@ // Import Bulma's core @import "~bulma/sass/utilities/_all"; +@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900'); // Set your colors $primary: #107FFB; // #4285F4; // #0F9D58; // #009047; @@ -10,7 +11,7 @@ $findata: #ff8829; //#F4F7F8; $findata-invert: findColorInvert($findata); $sidebar-width: 35%; //$family-primary: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; -$family-primary: Arial, sans-serif; +$family-primary: 'Inter', 'SF Pro', 'Helvetica', 'Arial', sans-serif; // Setup $colors to use as bulma classes (e.g. 'is-twitter')s $colors: ( diff --git a/components/Caption.vue b/components/Caption.vue index 37eed33..beadf12 100644 --- a/components/Caption.vue +++ b/components/Caption.vue @@ -1,6 +1,6 @@ diff --git a/pages/signin.vue b/pages/signin.vue index c3073af..b6578bf 100755 --- a/pages/signin.vue +++ b/pages/signin.vue @@ -1,62 +1,88 @@ + diff --git a/pages/welcome.vue b/pages/welcome.vue index 46c282c..0750ec5 100644 --- a/pages/welcome.vue +++ b/pages/welcome.vue @@ -6,11 +6,20 @@
- No access permission. + {{ isVietnamese ? 'Không có quyền truy cập.' : 'No access permission.' }}
- \ No newline at end of file + + \ No newline at end of file