mirror of
https://github.com/cjango/dcat-vue.git
synced 2025-12-06 14:20:03 +08:00
13 lines
232 B
PHP
13 lines
232 B
PHP
<?php
|
|
|
|
return [
|
|
'1.0.0' => [
|
|
'Initialize extension.',
|
|
],
|
|
'1.1.0' => [
|
|
'增加文件直传表单组件',
|
|
'create_weiwait_uploads_table.php',
|
|
'create_filesystem_configs_table.php',
|
|
]
|
|
];
|