AI创作批量生成任务 V4 修复客户端AI创作排序BUG
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -28,7 +28,7 @@
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
<script type="module" crossorigin src="/assets/index-Buf7L1qs.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-DN27BTjS.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DviWdElm.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -753,7 +753,7 @@ const AIChatPage: React.FC = () => {
|
||||
})
|
||||
getgen_list(Pagebreak).then((data: any) => {
|
||||
// API 按创建时间倒序返回;对话区按时间正序展示,最新消息保持在底部。
|
||||
const mess_list = [...(data.items || [])].reverse()
|
||||
const mess_list = data.items
|
||||
const total = data.total
|
||||
setGen_list(mess_list)
|
||||
setTotalnumber(total)
|
||||
|
||||
Reference in New Issue
Block a user