mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-24 10:22:32 +08:00
修改日志
This commit is contained in:
parent
1eaff7a50b
commit
2ff8d3aaf7
3
app/admin/module/change/2021.06.17.01.md
Normal file
3
app/admin/module/change/2021.06.17.01.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
* 数据展示优化
|
||||||
|
* 后台UI升级到最新版本
|
||||||
|
* 后台文件上传机制优化
|
@ -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 系统基础模块"
|
||||||
}
|
}
|
4
vendor/composer/installed.php
vendored
4
vendor/composer/installed.php
vendored
@ -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
2
vendor/services.php
vendored
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user