This commit is contained in:
Mrx
2026-03-21 12:29:38 +08:00
parent 91dbc161a0
commit 9d00aed1f0
4 changed files with 104 additions and 132 deletions

View File

@@ -215,7 +215,7 @@ ${JSON.stringify(structuredData, null, 8)}
* 主函数
*/
function main() {
const outputDir = path.join(__dirname, '../dist/seo-templates')
const outputDir = path.join(__dirname, '../public/seo-templates')
// 创建输出目录
if (!fs.existsSync(outputDir)) {