mirror of
https://github.com/cjango/dcat-vue.git
synced 2025-12-06 22:40:03 +08:00
22 lines
396 B
PHP
22 lines
396 B
PHP
<?php
|
|
|
|
return [
|
|
'1.0.0' => [
|
|
'Initialize extension.',
|
|
],
|
|
'1.1.0' => [
|
|
'增加文件直传表单组件',
|
|
'create_weiwait_uploads_table.php',
|
|
'create_filesystem_configs_table.php',
|
|
],
|
|
'1.1.1' => [
|
|
'一些优化'
|
|
],
|
|
'1.1.2' => [
|
|
'增加表单必填(required)'
|
|
],
|
|
'1.1.3' => [
|
|
'修复编辑预览'
|
|
],
|
|
];
|