Merge pull request #13 from Suwings/develop

8.2 Release
This commit is contained in:
Suwings 2018-02-01 16:57:05 +08:00 committed by GitHub
commit b3788f139a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 15 deletions

View File

@ -9,7 +9,6 @@ if (window.MCSERVER == undefined) window.MCSERVER = {};
MCSERVER.URL = function (url, protocol) {
var _protocol = protocol || 'http://';
var hostName = window.location.host;
// var port = 23333;
var openURL = hostName + '/' + url;
return _protocol + openURL;
};

View File

@ -0,0 +1,6 @@
文件管理系统
---------
这是一个崭新的子项目,您更改代码之后需要将其进行编译。
具体使用请查看: https://github.com/Suwings/IndependentFileManager

View File

@ -8,7 +8,7 @@
"dist": "webpack"
},
"author": "",
"license": "ISC",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.3.17",
"babel-loader": "^6.2.0",
@ -30,4 +30,4 @@
"uglifyjs-webpack-plugin": "^1.1.6",
"vue": "^1.0.13"
}
}
}

View File

@ -1,12 +0,0 @@
文件在线管理源码是一个相对独立的系统
-------
所以你可能不能像原先的代码更改那样直接更改并且直接运行。
你需要:
1. Nodejs 环境
2. npm install 安装依赖
3. webpack 工具打包
具体说明请参照: https://github.com/Suwings/IndependentFileManager