css
.homehead {
padding-top: var(--status-bar-height); //是计算状态栏的高度
}
...
4年前 (2021-01-14)
喜欢
moment('2019-11-21').diff(moment('2019-08-01'), 'days')
...
4年前 (2021-01-08)
喜欢
var now = moment().locale('zh-cn').format('YYYY-MM-DD HH:mm:ss');
...
4年前 (2021-01-08)
喜欢
App Store Connect
Dear Developer,
We identifled one or more issues with a recent delivery for your app, "惠农源" 0.0.18 (0.0.1). Plea...
4年前 (2021-01-07)
喜欢
号码格式
+86-xxxxxxxxxxx
...
4年前 (2020-12-31)
喜欢
登录账号
https://developer.apple.com/
生成CSR文件
需要mac笔记本
找到钥匙串
请求证书
创建Production开发者证书
开发者证书(分为开发和发布两种,类型为iOS Development, iOS Distribution),要上架A...
4年前 (2020-12-30)
喜欢
打开mac的钥匙串
选择自己下载的证书
输入密码
保存
...
4年前 (2020-12-30)
喜欢
1下载爱思助手
连接苹果手机
...
4年前 (2020-12-30)
喜欢
moment('2020-11-21').diff(moment('2020-08-01'), 'days')
...
4年前 (2020-12-28)
喜欢
filters: {
filterHTMLTag: function(msg) {
var msg = msg.replace(/<\/?[^>]*>/g, ''); //去除HTML Tag
...
4年前 (2020-12-24)
喜欢