xiashui1994
xiashui1994
This plugin is great and works perfectly in Chrome browser. However, in Safari browser, after line breaks, it causes browser lag and doesn't have any effect. Here's a reproducible demo:...
uni.$u.timeFormat('2024-12-18T02:25:31.432Z', 'yyyy年mm月dd日') 结果应该为2024年12月18日
 代码: import { Leafer, Rect } from '@leafer-game/miniapp' const leafer = new Leafer({ view: wx.createCanvas(), fill: '#fae5d3', dpr: 1, }) const rect = new Rect({ x: 100, y: 100,...