fix:兼容fetch

This commit is contained in:
bietiaop 2024-07-15 23:48:43 +08:00
parent 7515b7a526
commit db26472a7d
4 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,6 @@
import path from 'path';
import fs from 'fs';
import fetch from 'node-fetch';
import { ZZZ_SQUARE_AVATAR, ZZZ_SQUARE_BANGBOO } from './mysapi/api.js';
import { imageResourcesPath } from './path.js';
import { char, equip, weapon } from './convert.js';