修复步数修改工具

This commit is contained in:
net909
2025-09-26 11:33:38 +08:00
parent f5a6c11dda
commit bc64066301
5 changed files with 108 additions and 45 deletions
+2 -2
View File
@@ -32,6 +32,6 @@ return [
// 定义404错误的模板文件地址
404 => \think\facade\App::getRootPath() . 'public/404.html',
],
'version' => '1.9',
'ver' => 1091
'version' => '1.11',
'ver' => 1092
];