修改日志

This commit is contained in:
邹景立 2021-06-17 13:32:06 +08:00
parent 1eaff7a50b
commit 2ff8d3aaf7
4 changed files with 7 additions and 4 deletions

View File

@ -0,0 +1,3 @@
* 数据展示优化
* 后台UI升级到最新版本
* 后台文件上传机制优化

View File

@ -1,6 +1,6 @@
{ {
"name": "admin", "name": "admin",
"author": "Anyon", "author": "Anyon",
"version": "2020.09.04.01", "version": "2021.06.17.01",
"content": "ThinkAdmin 系统基础模块" "content": "ThinkAdmin 系统基础模块"
} }

View File

@ -5,7 +5,7 @@
'type' => 'project', 'type' => 'project',
'install_path' => __DIR__ . '/../../', 'install_path' => __DIR__ . '/../../',
'aliases' => array(), 'aliases' => array(),
'reference' => 'ace10b89177358237d3c4e0e06749cac94208523', 'reference' => '1eaff7a50b3fc13c01311c222522c6070ff7e35b',
'name' => 'zoujingli/thinkadmin', 'name' => 'zoujingli/thinkadmin',
'dev' => false, 'dev' => false,
), ),
@ -153,7 +153,7 @@
'type' => 'project', 'type' => 'project',
'install_path' => __DIR__ . '/../../', 'install_path' => __DIR__ . '/../../',
'aliases' => array(), 'aliases' => array(),
'reference' => 'ace10b89177358237d3c4e0e06749cac94208523', 'reference' => '1eaff7a50b3fc13c01311c222522c6070ff7e35b',
'dev_requirement' => false, 'dev_requirement' => false,
), ),
'zoujingli/wechat-developer' => array( 'zoujingli/wechat-developer' => array(

2
vendor/services.php vendored
View File

@ -1,5 +1,5 @@
<?php <?php
// This file is automatically generated at:2021-06-17 11:17:58 // This file is automatically generated at:2021-06-17 13:29:55
declare (strict_types = 1); declare (strict_types = 1);
return array ( return array (
0 => 'think\\admin\\Library', 0 => 'think\\admin\\Library',