mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 18:42:49 +08:00
更新底层layui;修改time字段默认宽度;修改底层js;发布新版本
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<!-- 基础js -->
|
||||
<script src="__STATIC__/plugs/jquery-3.4.1/jquery-3.4.1.min.js"></script>
|
||||
<script src="__STATIC__/common/js/app.js"></script>
|
||||
<script src="__STATIC__/plugs/layui-v2.8.16/layui.js" charset="utf-8"></script>
|
||||
<script src="__STATIC__/plugs/layui-v2.8.17/layui.js" charset="utf-8"></script>
|
||||
|
||||
<!-- 其他js -->
|
||||
<script src="__STATIC__/plugs/jq-module/jquery.particleground.min.js"></script>
|
||||
|
||||
@@ -6,7 +6,7 @@ $(function () {
|
||||
{ type: "checkbox" },
|
||||
{ field: 'id', width: 80, title: 'ID' },
|
||||
{ field: 'upload_type', minWidth: 80, title: '存储位置', search: 'select', selectList: { 'local': '本地', 'alioss': '阿里云', 'qnoss': '七牛云', ',txcos': '腾讯云' } },
|
||||
{ field: 'url', minWidth: 80, search: false, title: '文件预览', templet: ua.table.filePreview },
|
||||
{ field: 'url', minWidth: 80, search: false, title: '文件预览', templet: ua.table.filePreview, },
|
||||
{
|
||||
field: 'url', minWidth: 120, title: '保存地址', templet: ua.table.url, urlNameField: function (data) {
|
||||
return data.url;
|
||||
|
||||
@@ -12,23 +12,19 @@ use think\console\Output;
|
||||
|
||||
class VersionBase extends Command
|
||||
{
|
||||
public const VERSION = 'v2.0.47';
|
||||
public const VERSION = 'v2.0.48';
|
||||
|
||||
public const LAYUI_VERSION = '2.8.16';
|
||||
public const LAYUI_VERSION = '2.8.17';
|
||||
|
||||
public const COMMENT = [
|
||||
'将topthink/think-template引入到框架内;',
|
||||
'增加fetch和include的文件目录的@和@/开头的定位方法',
|
||||
'将fetch方法改为return的模式',
|
||||
'更新底层layui',
|
||||
'修改time字段默认宽度',
|
||||
'修改底层js',
|
||||
'发布新版本',
|
||||
];
|
||||
|
||||
public const UPDATE_TIPS = [
|
||||
'本次调整了composer依赖,应按照新的composer 调整',
|
||||
'删除 topthink/think-template',
|
||||
'引入 psr/simple-cache>=1.0',
|
||||
'然后重新执行更新命令,删除后会自动初始化新的代码',
|
||||
|
||||
'',
|
||||
];
|
||||
|
||||
protected function configure()
|
||||
|
||||
Reference in New Issue
Block a user