- sourcemap报错,get new ticket fail innerCode: -80014?
import ci from 'miniprogram-ci'; try { const project = new ci.Project({ appid: `${appid}`, type: 'miniProgram', projectPath: 'packages/xx', privateKeyPath: `${pkp}`, ignores: ['node_modules/**/*'] }); smBuffer = await ci.getDevSourceMap({ project, robot: 30, sourceMapSavePath: './sm.zip' }); } catch (e) { console.log('拉取 sourcemap 文件失败', e); return; } 报错内容 拉取 sourcemap 文件失败 Error: request failed, errCode: -1, errMsg: get new ticket fail innerCode: -80014 at getDevSourceMap (/Users/xx/.jenkins/workspace/xx/marsenal/node_modules/miniprogram-ci/dist/ci/getDevSourceMap.js:2:1578) at runMicrotasks () at processTicksAndRejections (internal/process/task_queues.js:95:5) at async Object.getDevSourceMap (/Users/xx/.jenkins/workspace/xx/marsenal/node_modules/miniprogram-ci/dist/utils/report.js:2:1403) at async step.rule (file:///Users/xx/.jenkins/workspace/xx/marsenal/src/build-deploy.pipeline.js:461:24) at async step (file:///Users/xx/.jenkins/workspace/xx/marsenal/node_modules/@xx-client/marsenal-js/dist/main.js:57170:5) at async file:///Users/xx/.jenkins/workspace/xx/marsenal/src/build-deploy.pipeline.js:446:1
09-09 - ios真机上文字超出隐藏显示...,这个...不支持渐变色,文字正常
文字使用渐变色时,ios 真机上文字渐变色正常。但当文字过长显示...,这个...没有出现渐变色。而这个...在模拟器、安卓真机上表现正常,能出现渐变色。 [图片][图片] 技术栈:Taro+React 验证有问题的机型有:iPhone11、14 <view className="main_title linear">乳品热销榜乳品热</view> .main_title { width: 40px; height: 35px; font-weight: 500; font-size: 34px; line-height: 35px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .linear { color: transparent; background: var(--ranking-title-bg, linear-gradient(90deg, #FFEBD9 0%, #FFDAB8 100%)); background-clip: text; -webkit-background-clip: text; }
04-10