const SIDEBAR_THREAD_PAGE_SIZE = 500
refetchThreadList(…) {
thread/list({ limit: SIDEBAR_THREAD_PAGE_SIZE * this.pageCount, cursor: null })
}
loadNextThreadListPage(…) {
thread/list({ limit: SIDEBAR_THREAD_PAGE_SIZE, cursor: this.nextCursor })
}
需要这样修改
佬友们有自动cd做这个修改的包吗
拖延症50条明显不够()
1 个帖子 - 1 位参与者