UNPKG

generator-hyfe

Version:
17 lines (14 loc) 314 B
/** * @Author: baizn * @DateTime: 2017-01-17 09:24:27 * @Description: 公用常量 * @Last Modified By: baizn * @Last Modified Time: 2017-01-17 09:24:27 */ define(function(require) { var Constants = { PAGE_WIDTH: 1920, PAGE_HEIGHT: 1080 } return Constants })