feat: 学习通日历开发+RadiantUI 界面体系 - #14
Open
InChange-Jiang wants to merge 4 commits into
Open
Conversation
新增 xuexiaotong 模块(data/UI)及 reminder 模块 更新依赖版本与构建配置
- 新增 debug 签名配置,release 构建使用 debugKey - 优化登录界面文案,补充隐私说明 - 新增学小通开源许可证声明
- 移除 release debugKey 签名配置
- 新增 POST_NOTIFICATIONS 权限申请
- 修复重启后提醒丢失、退出/删除后旧提醒残留
- 修复'仅提醒未完成'条件判断
- 修复同步失败覆盖旧数据、课程进度泄露
- CookieJar 使用 matches(url) 过滤
- 每次同步刷新课程列表和截止时间
- 所有请求使用 use {} 关闭 Response
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 包含三大块工作,按提交分组说明:
1️⃣ 学习通日历与作业模块(commit
6746cb9+90a0389)新增 xuexiaotong 模块与 reminder 模块(30 文件,+4042 行):
2️⃣ PR 审查意见修复(commit
47e4146)根据上一轮 PR 审查意见修复 10 个问题(11 文件,+97/-72)。
3️⃣ RadiantUI 全套开发(commit
c10f698,本 PR 主体,80 文件 +2091/-7864)全新视觉体系 RadiantUI,与现有 Original / LiquidGlass 并存,运行时可切换(设置页 → 偏好设置):
全新视觉框架
次级页面体系统一(SecondaryPageScaffold)
图标语言统一(iconpark 线性单色 → VectorDrawable)
Reviewer 备注
.gitattributes(* text=auto)并做一次性 renormalize,根治行尾不一致问题