19 lines
567 B
JavaScript
Executable File
19 lines
567 B
JavaScript
Executable File
"use strict";
|
|
module.exports = {
|
|
name: "max-framework",
|
|
description: "Max Framework - 游戏开发框架",
|
|
show_log: "显示日志",
|
|
hotupdate: {
|
|
hotupdatecheck: "启用热更新",
|
|
hotupdatecfg: "热更新配置文件",
|
|
outputcfg: "输出目录",
|
|
autoupload: "自动上传到MinIO",
|
|
endpoint: "MinIO服务器地址",
|
|
accesskey: "访问密钥ID",
|
|
secretkey: "访问密钥Secret",
|
|
bucket: "存储桶名称",
|
|
usessl: "使用SSL连接",
|
|
pathprefix: "路径前缀",
|
|
},
|
|
};
|