coderyqy

Results 4 issues of coderyqy

唉,我看了好多条Issues,好像都没有解决方案啊。 看文档说明,PieLabel 插件默认没有打包至 @antv/f2 模块包中。 按照文档操作引入:const F2 = require('@antv/f2/lib/index-all'); 但是这样引入又说找不到,怎么解决呢?

Now it's invalid ![image](https://github.com/kuaifan/dootask/assets/63534197/9f24633e-3bdd-44ec-b6c6-85e780dbff94)

## Expected Behavior `model gemini-pro-vision generateContentStream` with Chinese prompt returns malfunctioning chunks ## Actual Behavior `model gemini-pro-vision generateContentStream` with Chinese prompt returns malfunctioning chunks which contains ���. ## Steps to...

status: awaiting user response
component:js sdk

我绘制的背景,会被清除 const ctx = uni.createCanvasContext("myQrcode"); ctx.fillStyle = "#ffffff"; // 设置填充颜色 ctx.fillRect(0, 0, 220, 220); // 绘制填充矩形,覆盖整个画布 ctx.draw(); drawQrcode({ ctx, width: 200, height: 200, x: 10, y: 10, canvasId: "myQrcode", text:...