UNPKG

fws

Version:

Fws is a workflow management tool that focuses on global automation tasks.

11 lines (10 loc) 375 B
module.exports = { config:{ isMobile:false, // 是否为移动端页面 policy:'', // portrait [默认] 纵向;landscape 横向;user 用户当前首选方向 isFullScreen:false, // 是否为全屏 showIosIcon:false // 是否适配IOS图标 }, title:'页面标题', copyText:'Power by fws' };