init commit

This commit is contained in:
2026-03-31 17:10:59 +08:00
commit 58226c6bef
5 changed files with 163 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
# 科目资料
## 目录结构
```
subjects/
├── README.md
├── politics/ # 政治
├── english/ # 英语
├── math/ # 数学
└── major/ # 专业课
```
## 使用说明
- **politics/** - 政治复习资料、笔记、真题
- **english/** - 英语复习资料、词汇、作文
- **math/** - 数学复习资料、公式、习题
- **major/** - 专业课复习资料、历年真题
## 文件命名规范
```
YYYY-MM-DD-笔记内容.md
科目-章节-标题.md
历年真题-年份.md
```