feat: allow using chat to modify page titles

This commit is contained in:
LIlGG
2025-10-11 16:36:20 +08:00
parent a672fcad1c
commit 7acc4949fb
8 changed files with 88 additions and 23 deletions

View File

@@ -49,10 +49,13 @@ export function useProject() {
return true;
});
if (!isConsistent) {
logger.error('保存项目失败: 页面内容与 actions 不一致', {
projectPages,
projectSections,
});
logger.error(
'保存项目失败: 页面内容与 actions 不一致',
JSON.stringify({
projectPages,
projectSections,
}),
);
return false;
}
try {