1
0
mirror of https://github.com/cjango/dcat-vue.git synced 2025-12-07 06:50:03 +08:00

first commit

This commit is contained in:
weiwait
2022-06-03 16:51:16 +08:00
commit e421e967a0
19 changed files with 2073 additions and 0 deletions

12
version.php Normal file
View File

@@ -0,0 +1,12 @@
<?php
return [
'1.0.0' => [
'Initialize extension.',
],
'1.1.0' => [
'增加文件直传表单组件',
'create_weiwait_uploads_table.php',
'create_filesystem_configs_table.php',
]
];