licy

Results 2 issues of licy

I have a workflow, I generated an image once in a tab of the browser, and then I opened another tab without making any changes and triggered the same task,...

参考一下代码: ```ts import { produce } from 'limu'; let data2 = { history: Array.from({ length: 10 }).map(() => ({ list: Array.from({ length: 10000 }).map((_, i) => ({ id: i, })),...