This commit is contained in:
net909 2025-06-25 14:24:31 +08:00
parent af2117faf0
commit 814781c1d1
3 changed files with 8 additions and 8 deletions

View File

@ -9,7 +9,7 @@
<div class="form-group">
<div class="form-group">
<label class="col-sm-3 control-label">开启图形验证码</label>
<div class="col-sm-9" style="margin-top:6.5px"><div class="material-switch"><input id="vocde_switch" type="checkbox" {if config_get('vcode', '1')=='1'}checked{/if} onchange="setvcode()"><label for="vocde_switch" class="label-primary"></label></div></div>
<div class="col-sm-9"><div class="material-switch"><input id="vocde_switch" type="checkbox" {if config_get('vcode', '1')=='1'}checked{/if} onchange="setvcode()"><label for="vocde_switch" class="label-primary"></label></div></div>
</div>
</div>
</div>

12
composer.lock generated
View File

@ -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",

View File

@ -31,7 +31,7 @@ return [
'show_error_msg' => true,
'exception_tmpl' => \think\facade\App::getAppPath() . 'view/exception.tpl',
'version' => '1036',
'version' => '1037',
'dbversion' => '1033'
];