kexincolarcodexapp最多只展示50个session 中发帖

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条明显不够()
 
 
Back to Top