1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-23 12:27:48 +00:00

[media] Add 6.3.2 media assets

This commit is contained in:
zhengxie
2018-08-02 11:34:29 +08:00
parent 9d46ebe158
commit f166271827
406 changed files with 37832 additions and 58154 deletions

View File

@@ -0,0 +1,4 @@
//Load common code that includes config, then load the app logic for this page.
require(['./common'], function (common) {
require(['sysadmin-app/main']);
});