打开app 钥匙串
输入邮箱 名称
点击继续保存 搞定。
...
yekong
3年前 (2021-11-24)
喜欢
首先需要有苹果开发者账号
开发者平台地址
登录地址
申请证书
创建证书
创建开发证书方法
创建正式证书
mac app创建正式证书
...
yekong
3年前 (2021-11-24)
喜欢
position
tooltip: {
show: true,
position: ['10%', '10%'],
formatter: '{b0}: {c0}辆<br /...
yekong
3年前 (2021-11-24)
喜欢
在路由文件中增加
router.afterEach(() => {
document.body.scrollTop = 0
document.documentElement.scrollTop = 0
})
...
yekong
3年前 (2021-11-23)
喜欢
<meta name="viewport" content="width=device-width, initial-scale=0, maximum-scale=0, user-scalable=yes,shrink-to-fit=no&qu...
yekong
3年前 (2021-11-23)
喜欢
<template>
<div class="slide">
<a-carousel autoplay arrows dots-class="slick-dots slick-thumb">...
yekong
3年前 (2021-11-23)
喜欢
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
...
yekong
3年前 (2021-11-22)
喜欢
codefun
一个可以将psd转为代码的工具,虽然不能完美的转为我们需要的页面,但是应该可以减少很多工作量.
...
yekong
3年前 (2021-11-22)
喜欢
打开manifest.json
选择消息推送
配置
开启unipush后,点击配置进入配置页面,配置好相关信息后开启unipush.
进入后,进行相关的配置。以及测试推送。
测试推送
这里需要cid,uniapp 获取推送cid
...
yekong
3年前 (2021-11-21)
喜欢
onLaunch: function() {
console.log('App Launch')
// this.plusready();
console.log(plus.push.getC...
yekong
3年前 (2021-11-21)
喜欢