优化文件选项显示

This commit is contained in:
2026-08-06 17:21:21 +08:00
parent 6bb7f37276
commit 5c3769019e
3 changed files with 23 additions and 16 deletions

View File

@@ -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) // 好友会话是否正在加载更多