...含在元数据中。
- 为你的 Token 图像返回一个永久的、去中心化的 URL。
```
// Read your token image from the local file system
const imageFile = fs.readFileSync(".//name-of-your-image.jpg");
// Wrap the image in a format Umi understands, and set the correct MIME type
const u...