update:1.修复大纲展开功能bug,按顺序展开 2.优化大纲细化UI展示,大纲设置为卷 3.实现角色关系修改功能 4.优化提示词避免出现过多特殊符号 5.优化向导页面的AI生产进度页面和灵感模式保持统一,支持重试 6.优化项目生成过长中断添加自动恢复逻辑
This commit is contained in:
@@ -109,6 +109,7 @@ export default function UserManagement() {
|
||||
</div>
|
||||
),
|
||||
width: 500,
|
||||
centered: true,
|
||||
});
|
||||
}
|
||||
|
||||
@@ -191,6 +192,7 @@ export default function UserManagement() {
|
||||
</div>
|
||||
),
|
||||
width: 500,
|
||||
centered: true,
|
||||
});
|
||||
|
||||
setResetPasswordModalVisible(false);
|
||||
|
||||
Reference in New Issue
Block a user