fix(baoyu-post-to-x): add missing fs import in x-article

This commit is contained in:
Jim Liu 宝玉 2026-03-11 22:18:11 -05:00
parent 05dba5c320
commit c79066e96e
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
import fs from 'node:fs';
import { mkdir, writeFile } from 'node:fs/promises';
import os from 'node:os';
import path from 'node:path';