-
Notifications
You must be signed in to change notification settings - Fork 697
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
添加 unlisted-versions-of-minecraft #3247
base: main
Are you sure you want to change the base?
Changes from 5 commits
deb21c1
51efdb0
aa1bc27
c920f9d
255a0d5
c41d944
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -127,6 +127,7 @@ public enum Type { | |
UNCATEGORIZED, | ||
RELEASE, | ||
SNAPSHOT, | ||
OLD | ||
OLD, | ||
PENDING | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 使用 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 我的意思是,你同时在 ReleaseType 和 RemoteVersion.Type 中声明了新的类型 PENDING,但这一类型和 SNAPSHOT 类型完全一致。这么做的意义是什么? |
||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WTF 这俩镜像太地狱了
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
应该够用的,不行就去掉得了(
等下做一个 version_manifest 构建时拉取
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
你可以在这里将镜像更改为 hmcl://assets/unlisted-version-of-mc,并在 HttpRequest 中添加对 hmcl schema 的实现