v1.0.0: Zenless Column Flow 이름과 버전 규칙 반영
Made-with: Cursor
This commit is contained in:
@@ -2,7 +2,7 @@ const fs = require('fs');
|
||||
const path = require('path');
|
||||
|
||||
const outputDir = path.join(__dirname, '..', 'seed');
|
||||
const outputFile = path.join(outputDir, 'thred-inspired-sample-content.ghost.json');
|
||||
const outputFile = path.join(outputDir, 'zcf-sample-content.ghost.json');
|
||||
|
||||
const tags = [
|
||||
{id: 'tag-books', name: 'Books', slug: 'books'},
|
||||
|
||||
Reference in New Issue
Block a user