mirror of
https://gitee.com/dgflash/oops-plugin-hot-update.git
synced 2026-05-22 16:57:27 +08:00
9 lines
396 B
JavaScript
9 lines
396 B
JavaScript
module.exports = {
|
||
title: "热更新",
|
||
description: "Oops-Framework 热更新组件配套生成热更数据插件",
|
||
hotupdate_enable: '是否生成数据',
|
||
hotupdate_address: "资源服务地址",
|
||
hotupdate_version: "热更新版本号",
|
||
hotupdate_version_verify_msg: '版本号格式不正确(例:1.0.0)',
|
||
hotupdate_build_num: '同版本构建次数'
|
||
}; |