-
Notifications
You must be signed in to change notification settings - Fork 818
[Feature] 模组等的更新日志以及 HTMLRenderer 的完善
#4828
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
base: main
Are you sure you want to change the base?
Conversation
|
我把那些语言的删了,以后再加吧 |
cfa9377 to
36c6661
Compare
# Conflicts: # HMCL/src/main/resources/assets/lang/I18N.properties # HMCL/src/main/resources/assets/lang/I18N_es.properties # HMCL/src/main/resources/assets/lang/I18N_ja.properties # HMCL/src/main/resources/assets/lang/I18N_lzh.properties # HMCL/src/main/resources/assets/lang/I18N_ru.properties # HMCL/src/main/resources/assets/lang/I18N_uk.properties # HMCL/src/main/resources/assets/lang/I18N_zh.properties # HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties
552a13d to
c9c7ea5
Compare
# Conflicts: # HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/ModUpdatesPage.java
|
现在对 Markdown 里面的裸超链接还没有进行支持,是否应该支持? |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
hmcl 的 html 渲染器用的是textflow,不太好渲染表格,我得好好想想怎么搞 其实这里面大部分问题都是 HMCL 本来的 HTML 渲染器不完善导致的,可能得单开一个pr解决 |
# Conflicts: # HMCL/src/main/java/org/jackhuang/hmcl/ui/FXUtils.java
|
#4828 (comment) solved |
|
#4828 (comment) |
|
#4828 (comment) |
|
#4828 (comment) solved |
f4d68d9 to
a0de404
Compare
|
#4828 (comment) |
|
所有问题都解决了,我看看加一下这个
这个是什么意思?是要前往网页上该版本的页面,还是只在模组更新那里添加一个前往对应下载页面的按钮? 这俩都不太好搞。前者要获取对应 url,而 cf 的 url 需要用 project slug 访问,这是目前能获取到的信息里没有的;后者要导航到下载页面,有点不合理 |
HTMLRenderer 的完善
@Calboot 前者。 类似于 https://www.curseforge.com/minecraft/mc-mods/jei/files/7428957 |
表格左上的那个符号,似乎和字体有关。有的字体显示,有的字体不显示。 图片中的字体是 Tahoma。我试了下 Verdana,不会出现这个符号。 |

添加了下载模组、数据包等以及更新模组时显示更新日志的功能
Resolves #4685
具体变化:
TODO: