优化文件结构

This commit is contained in:
2026-06-18 21:22:17 +08:00 Unverified
parent d98d2989cb
commit 5678b95f6f
45 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { readdir, readFile, writeFile } from 'node:fs/promises';
import { basename, extname, join, relative } from 'node:path';
const POSTS_DIR = join(process.cwd(), 'source', '_posts');
const POSTS_DIR = join(process.cwd(), 'posts');
const CRC32_TABLE = new Uint32Array(256);