fix block ci cd
Some checks failed
Deploy on Master Change / deploy (push) Has been cancelled

This commit is contained in:
2026-07-13 15:52:35 +07:00
parent b56c6d722c
commit 0ff025fb15
13 changed files with 134 additions and 17 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "frontend",
"version": "1.1.0",
"version": "1.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "frontend",
"version": "1.1.0",
"version": "1.2.0",
"dependencies": {
"pdfjs-dist": "^3.11.174"
},

View File

@@ -1,7 +1,7 @@
{
"name": "frontend",
"private": true,
"version": "1.1.0",
"version": "1.2.0",
"scripts": {
"dev": "vite",
"build": "vite build",

View File

@@ -1 +1 @@
39a3c87a78e46d8e7ef5f5042d044ee3
06a16f2c007333cdf273a92d4914c63b

View File

@@ -19,7 +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';
const APP_VERSION = '1.2';
// Trạng thái cục bộ
let loggedIn = false;