1
0
mirror of https://github.com/cjango/dcat-vue.git synced 2025-12-06 14:20:03 +08:00
Files
dcat-vue/version.php
2022-07-06 10:44:06 +08:00

19 lines
342 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)'
]
];