LucterGee
Results
2
comments of
LucterGee
```typescript const processItem = (origin_img: string, tag: string, imgPath: string, encryptionKey: string): Promise => { return new Promise((resolve, reject) => { activeWorkers++; // 构建 outputDirectory 路径 const outputDirectory = path.join(imgPath,...
> > const processItem = (origin_img: string, tag: string, imgPath: string, encryptionKey: string): Promise => { > > return new Promise((resolve, reject) => { > > activeWorkers++; > > ```...