fix(CDUTCM): 早读占 section 1 + 普通课节次 +1 偏移 - #12
Merged
Conversation
- jcdm2=00 (早读) 改用普通课字段: startSection=1/endSection=1 - 早读时段挪到 TIME_SLOTS[0] (08:00-08:20) - 普通节次统一 +1, 避免与早读同 section 被 App 遮住 - 删除无用的 MORNING_READING_START/END 常量 - 删除 isCustomTime 早读分支 (App 端 _parseWarehouseCourses 忽略这些字段) 已知代价: App 显示的'第 N 节'对应教务原第 N-1 节
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
目标分支确认清单
PR 描述 (Description)
fix(CDUTCM): 早读占 section 1 + 普通课节次 +1 偏移
修复了早读课作为节次代码为00的课在课表中不显示的问题,一并修复了因此导致的节次和实际时间段对不上的问题