Files
2022-07-26 16:20:45 +08:00

9 lines
396 B
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
module.exports = {
title: "热更新",
description: "Oops-Framework 热更新组件配套生成热更数据插件",
hotupdate_enable: '是否生成数据',
hotupdate_address: "资源服务地址",
hotupdate_version: "热更新版本号",
hotupdate_version_verify_msg: '版本号格式不正确1.0.0',
hotupdate_build_num: '同版本构建次数'
};