这个提交包含在:
lbykkkk
2024-12-01 17:28:23 +08:00
父节点 bd9c88e896
当前提交 cf51d4b205
共有 4 个文件被更改,包括 32 次插入66 次删除

查看文件

@@ -3,7 +3,8 @@ from dataclasses import dataclass
@dataclass
class SectionFragment:
"""Arxiv论文片段数据类"""
title: str # 文件路径
title: str # 论文标题
authors: str
abstract: str # 论文摘要
catalogs: str # 文章各章节的目录结构
arxiv_id: str = "" # 添加 arxiv_id 属性