File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export function ZoteroFeed({
3939 const controller = new AbortController ( ) ;
4040 // Fetch only top-level items; exclude children implicitly. We will filter
4141 // attachments/notes on the client for extra safety.
42- const url = `https://api.zotero.org/groups/${ groupId } /items/top?format=json&limit=${ limit } &sort=date &direction=desc` ;
42+ const url = `https://api.zotero.org/groups/${ groupId } /items/top?format=json&limit=${ limit } &sort=dateAdded &direction=desc` ;
4343 fetch ( url , { signal : controller . signal } )
4444 . then ( async ( r ) => {
4545 if ( ! r . ok ) throw new Error ( `${ r . status } ${ r . statusText } ` ) ;
Original file line number Diff line number Diff line change @@ -13,47 +13,47 @@ tags:
1313
1414## 核心技术框架
1515
16- ### 🎯 LLaVA 框架
16+ ### LLaVA 框架
1717
1818- 前往: [ LLaVA 框架] ( ./llava/ )
1919- 视觉指令调优开创
2020- ViT + 投影层 + LLM 架构
2121- CLIP 基础技术详解
2222- 复现项目实践指导
2323
24- ### 🚀 QwenVL 系列
24+ ### QwenVL 系列
2525
2626- 前往: [ QwenVL 系列] ( ./qwenvl/ )
2727- 中文多模态大模型标杆
2828- Qwen2.5-VL 技术创新
2929- 微调复现实践教程
3030- 源码解读与简化实践
3131
32- ### 👁️ ViT 视觉编码器
32+ ### ViT 视觉编码器
3333
3434- 前往: [ ViT 视觉编码器] ( ./vit/ )
3535- Vision Transformer 原理
3636- 模型压缩与优化技术
3737- Token 合并策略研究
3838- 学习笔记资源整理
3939
40- ### 🧠 MLLM 多模态大模型
40+ ### MLLM 多模态大模型
4141
4242- 前往: [ MLLM 多模态大模型] ( ./mllm/ )
4343- 主流模型技术对比
4444- 细粒度感知技术
4545- 长视频理解方案
4646- 多轮对话交互设计
4747
48- ### 📹 视频大模型
48+ ### 视频大模型
4949
5050- 前往: [ 视频大模型] ( ./video-mm-todo/ )
5151- 时空建模技术挑战
5252- 长视频理解问题
5353- 多粒度理解方案
5454- 实时处理技术
5555
56- ### 📚 多模态课程
56+ ### 多模态课程
5757
5858- 前往: [ 多模态课程] ( ./courses/ )
5959- 理论基础与实践结合
You can’t perform that action at this time.
0 commit comments