This commit is contained in:
@@ -140,6 +140,10 @@ body {
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.login-brand-name .app-version {
|
||||
font-size: 0.72em;
|
||||
}
|
||||
|
||||
.login-brand-sub {
|
||||
font-size: 0.72rem;
|
||||
font-weight: 500;
|
||||
@@ -224,6 +228,15 @@ body {
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.app-version {
|
||||
font-size: 0.68em;
|
||||
font-weight: 700;
|
||||
color: var(--accent);
|
||||
letter-spacing: 0;
|
||||
margin-left: 0.2rem;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.brand-sub {
|
||||
font-size: 0.62rem;
|
||||
font-weight: 500;
|
||||
|
||||
@@ -19,6 +19,7 @@ if (typeof window.go.main.App === 'undefined') {
|
||||
}
|
||||
|
||||
const brandLogoHtml = `<img src="${logoUrl}" alt="Simple Care" class="brand-logo-img" />`;
|
||||
const APP_VERSION = '1.1';
|
||||
|
||||
// Trạng thái cục bộ
|
||||
let loggedIn = false;
|
||||
@@ -126,7 +127,7 @@ function renderLoginPrompt() {
|
||||
<div class="login-brand-row">
|
||||
${brandLogoHtml}
|
||||
<div class="login-brand-text">
|
||||
<div class="login-brand-name">Simple Care</div>
|
||||
<div class="login-brand-name">Simple Care <span class="app-version">v${APP_VERSION}</span></div>
|
||||
<div class="login-brand-sub">Rikkei Education</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -498,7 +499,7 @@ function renderDashboard() {
|
||||
<div class="brand">
|
||||
${brandLogoHtml}
|
||||
<div class="brand-text">
|
||||
<span class="brand-name">Simple Care</span>
|
||||
<span class="brand-name">Simple Care <span class="app-version">v${APP_VERSION}</span></span>
|
||||
<span class="brand-sub">Rikkei Education</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user