优化文件选项显示
This commit is contained in:
@@ -1694,7 +1694,7 @@ import { openFile as openFileNative, downloadAndOpen } from '@/utils/fileOpener.
|
||||
const aiPageNumber = ref(0) // AI 会话当前服务端页码(0-based)
|
||||
const hasMoreAIMessages = ref(true) // AI 会话是否还有更多消息可加载
|
||||
const currentPage = ref(1) // 当前页码(如果后端支持分页)
|
||||
const pageSize = 20;
|
||||
const pageSize = 100;
|
||||
|
||||
// 好友消息分页
|
||||
const isFriendLoadingMore = ref(false) // 好友会话是否正在加载更多
|
||||
|
||||
Reference in New Issue
Block a user