feat: update Makelore modules and conversations
This commit is contained in:
@@ -40,7 +40,7 @@ async function createGameProject() {
|
||||
temporaryDirectories.push(projectPath);
|
||||
await mkdir(join(projectPath, '.niancode'), { recursive: true });
|
||||
await mkdir(join(projectPath, 'assets'), { recursive: true });
|
||||
const config = createProjectConfig('game-development', '2026-07-12T00:00:00.000Z');
|
||||
const config = createProjectConfig('2026-07-12T00:00:00.000Z');
|
||||
config.initialized = true;
|
||||
config.agents.forEach((agent, index) => { agent.name = `测试伙伴${index + 1}`; });
|
||||
await writeFile(join(projectPath, '.niancode', 'project.json'), `${JSON.stringify(config, null, 2)}\n`, 'utf8');
|
||||
|
||||
Reference in New Issue
Block a user