-
Notifications
You must be signed in to change notification settings - Fork 71
feat(*): update manual #265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ZnPdCo
wants to merge
16
commits into
Project-LemonLime:master
Choose a base branch
from
ZnPdCo:update-manual
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Contributor
Author
|
@alphagocc 请问现在编译项目所需的最低 qt 版本是什么呢?我更新一下构建那块 |
Contributor
Author
|
能否限制到 6.4 以上呢?之后开发分布式测评可能要用到 QHttpServer 🤔 |
Member
|
上一个 lts 是 6.8, 限制到这个版本吧 |
Contributor
Author
|
alphagocc 我不是很懂 linux 下的编译,请问您能协助写一下这部分吗 🙏 |
Contributor
Author
|
是不是应该把 |
Member
最近不太有时间
其实整个 qt5 都不想支持了(,但是改动会比较多就基本上暂时先留着了 |
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 做了什么
使用 Typst 重写了用户手册,源代码储存于
manual/src/content目录中,同时实现了线上版本的用户手册。线下分发需要手动编译 Typst 文件,然后使用 Typst CLI 或者 Tinymist Typst 编译
manual/src/content/manual.typ,将生成出来的 pdf 重命名并放在manual/llmanual.pdf。线上分发使用使用 astro+astro-typst+starlight theme 部署于线上。
已知的问题