You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
457 B
18 lines
457 B
const cloudDir = "cloud://educoder.6564-educoder-1300855313/";
|
|
const eduUrl = "https://www.educoder.net";
|
|
/**
|
|
* A 剪切板邀请码自动读取
|
|
* A 首页点击搜索自动进入所在模块相应类目
|
|
* F 进入搜索页面nav标题错误
|
|
* F 登录后我的实训不自动刷新
|
|
*/
|
|
module.exports = global.config = {
|
|
version:"0.12.2",
|
|
apiRoot:eduUrl+"/api/",
|
|
cloudDir,
|
|
eduUrl,
|
|
imgDir:cloudDir+"images/",
|
|
eduImgDir:eduUrl+"/images/",
|
|
}
|
|
|