Skip to content

layour/RentingSM_FC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

711 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

开发规范

  • 尽量使用一致框架

  • 每个模块私有的资源(图片文件、SVG文件)、CSS、JS放到模块目录下,公共的资源、CSS、JS放到最外层

  • 目录、文件名采用小驼峰命名

  • 名称、变量尽量有意义

  • 代码提交备注新增、修改内容

测试包打包流程

随意

正式包打包流程:

1、common.js中把测试地址注释掉,正式地址放开 2、config.xml中把版本号改一下,versionCode、versionBuild、versionName要同步改,按现有规则+1 3、config.xml中把webContentsDebuggingEnabled改成false 4、安卓直接用RentingSM打包,IOS打包时需要选择BundleID,选择com.yonyou.uap.mobile8 5、打包成功之后去服务器上用RentingSM账号登录下载安装包

发布流程

  • 证书
  • 签名(doc/renting.keystore);别名:renting.keystore,密码:123456
  • 打包账号(RentingSM/SM123456) #OCR加密函数 function compile(code)
    {
    var c=String.fromCharCode(code.charCodeAt(0)+code.length);
    for(var i=1;i<code.length;i++){
    c+=String.fromCharCode(code.charCodeAt(i)+code.charCodeAt(i-1));
    }
    return escape(c);
    }

About

福昌

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •