fix(thesis_template): 在 Template 处添加对摘要的调用并切换到默认使用 Modern 模板 - #37
Merged
Conversation
原先的 Demo 缺少对摘要的调用,进行微调补充,同时文件开头改为默认调用 Modern 模板。
上一次提交在开头遗漏了对英文摘要的导入,以及出现了一些细节错误,尝试在该提交修复。
RenAhsAcme
marked this pull request as draft
May 9, 2026 15:27
Oops! 晕头转向把短横线写成下划线了,现在应该符合模板中声明的文件名了。
RenAhsAcme
marked this pull request as ready for review
May 9, 2026 15:33
huangjj27
requested changes
May 9, 2026
huangjj27
requested changes
May 9, 2026
| // 仅供开发调试使用 | ||
| // #import "/lib.typ": bachelor as thesis | ||
| #import "/lib.typ": postgraduate as thesis | ||
| // #import "/lib.typ": postgraduate as thesis |
Member
There was a problem hiding this comment.
这里与11行导入不用改注释,CI会在发布仓库时自动修改,保留开发导入即可
Contributor
Author
There was a problem hiding this comment.
如果需要切换到本科模板呢?这里的注释表述似乎有些模糊
huangjj27
self-requested a review
May 9, 2026 17:09
huangjj27
approved these changes
May 9, 2026
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.
已修改
在 Template 处添加对摘要的调用并切换到默认使用 Modern 模板。
验证
安全更新?
不是。该更改不具有任何安全性更改。
破坏性更改?
不是。该更改不具有任何破坏性更改,应该可以安全切换到新的特性版本。