diff --git a/app/view/system/loginset.html b/app/view/system/loginset.html
index 5b1c429..707571e 100644
--- a/app/view/system/loginset.html
+++ b/app/view/system/loginset.html
@@ -9,7 +9,7 @@
diff --git a/composer.lock b/composer.lock
index 7b35a77..ad9b468 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1507,16 +1507,16 @@
},
{
"name": "topthink/think-orm",
- "version": "v4.0.44",
+ "version": "v4.0.45",
"source": {
"type": "git",
"url": "https://github.com/top-think/think-orm.git",
- "reference": "7bc58345e9bc212950a3f9f00f93029559ac7928"
+ "reference": "ea2e627af7306f7714e4baafc70943cad954cc77"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/top-think/think-orm/zipball/7bc58345e9bc212950a3f9f00f93029559ac7928",
- "reference": "7bc58345e9bc212950a3f9f00f93029559ac7928",
+ "url": "https://api.github.com/repos/top-think/think-orm/zipball/ea2e627af7306f7714e4baafc70943cad954cc77",
+ "reference": "ea2e627af7306f7714e4baafc70943cad954cc77",
"shasum": ""
},
"require": {
@@ -1561,9 +1561,9 @@
],
"support": {
"issues": "https://github.com/top-think/think-orm/issues",
- "source": "https://github.com/top-think/think-orm/tree/v4.0.44"
+ "source": "https://github.com/top-think/think-orm/tree/v4.0.45"
},
- "time": "2025-06-18T09:47:05+00:00"
+ "time": "2025-06-24T00:00:32+00:00"
},
{
"name": "topthink/think-template",
diff --git a/config/app.php b/config/app.php
index 819f5ae..17d33e8 100644
--- a/config/app.php
+++ b/config/app.php
@@ -31,7 +31,7 @@ return [
'show_error_msg' => true,
'exception_tmpl' => \think\facade\App::getAppPath() . 'view/exception.tpl',
- 'version' => '1036',
+ 'version' => '1037',
'dbversion' => '1033'
];