From 01594dba7ac0d3cdde4dcd61fa6c9ef668c12270 Mon Sep 17 00:00:00 2001 From: canglan Date: Wed, 6 May 2026 17:43:39 +0800 Subject: [PATCH] =?UTF-8?q?v1.1=E6=9B=B4=E6=96=B0=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + app/Views/config.php | 2 -- app/Views/login.php | 1 - composer.json | 2 +- public/config.php | 2 ++ public/login.php | 2 ++ 6 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 78814d8..b284c4b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Dependencies node_modules/ vendor/ +composer.lock # Environment variables .env diff --git a/app/Views/config.php b/app/Views/config.php index 786f18a..ede3baf 100644 --- a/app/Views/config.php +++ b/app/Views/config.php @@ -47,5 +47,3 @@
- - diff --git a/app/Views/login.php b/app/Views/login.php index 3ce1b1d..ca0b50e 100644 --- a/app/Views/login.php +++ b/app/Views/login.php @@ -24,4 +24,3 @@ - diff --git a/composer.json b/composer.json index b723657..096f2a5 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "project", "require": { "php": ">=8.0", - "firebase/php-jwt": "^6.0", + "firebase/php-jwt": "^7.0.5", "erusev/parsedown": "^1.7" }, "autoload": { diff --git a/public/config.php b/public/config.php index 1baf15b..a804c87 100644 --- a/public/config.php +++ b/public/config.php @@ -2,3 +2,5 @@ require_once __DIR__ . '/../app/Views/layout/header.php'; require_once __DIR__ . '/../app/Views/config.php'; require_once __DIR__ . '/../app/Views/layout/footer.php'; +?> + diff --git a/public/login.php b/public/login.php index dd01045..21d16f2 100644 --- a/public/login.php +++ b/public/login.php @@ -2,3 +2,5 @@ require_once __DIR__ . '/../app/Views/layout/header.php'; require_once __DIR__ . '/../app/Views/login.php'; require_once __DIR__ . '/../app/Views/layout/footer.php'; +?> +