1
0
mirror of https://gitee.com/zoujingli/ThinkAdmin.git synced 2025-04-06 03:58:04 +08:00

修改日志

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
app/admin/module
vendor

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

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

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

2
vendor/services.php vendored

@ -1,5 +1,5 @@
<?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);
return array (
0 => 'think\\admin\\Library',