修改全能创作发现问题

This commit is contained in:
Azmat@qq.com
2026-09-03 19:00:59 +08:00
parent e7122b78fb
commit 3e904479d9
23 changed files with 1325 additions and 433 deletions
+2 -1
View File
@@ -567,7 +567,7 @@ export function App() {
}
setRoute({
page: next, authMode, productId, projectId, conversationId, hash,
tab: options.tab, firstMessage: options.firstMessage, firstRefs: options.firstRefs,
tab: options.tab, firstMessage: options.firstMessage, firstRefs: options.firstRefs, firstUploads: options.firstUploads,
});
const arriving: NavHistoryState = {
airshelf: 1,
@@ -1088,6 +1088,7 @@ export function App() {
conversationId={route.conversationId}
firstMessage={route.firstMessage}
firstRefs={route.firstRefs}
firstUploads={route.firstUploads}
navigate={navigate}
onNotify={(type, text) => setNotice({ type, text })}
/>