Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions readme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ course_code = "AUTO5013"

description = ""

[[lecturers]]
[lecturers]
[[lecturers.items]]
Comment on lines +7 to +8

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

您好,感谢您修复 lecturers 的格式。我注意到在同一个文件中,sections 部分(从第16行开始)似乎仍在使用您正在修改的旧有数据结构模式。为了整个文件的一致性,建议您也对 sections 部分应用类似的格式更新。这可能需要处理一个嵌套的 items 键,但它将使整个文件的结构更加统一。

name = "许鋆"

[[lecturers.reviews]]
[[lecturers.items.reviews]]
content = "授课风格:会认真备课,每年的课件都有更新,讲解清晰,有时会穿插一些小幽默。"
author = { name = "Oliver Wu", link = "https://github.com/OliverWu515", date = "2025-01" }

Expand Down