mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-08-04 03:46:57 -04:00
自动安装页面隐藏 mcbbs
项 (#3836)
* update * CheckStyle * Update InstallerListPage.java CheckStyle --------- Co-authored-by: Glavo <zjx001202@gmail.com>
This commit is contained in:
parent
2b99da430f
commit
ea081333e7
@ -114,6 +114,8 @@ public class InstallerListPage extends ListPageBase<InstallerItem> implements Ve
|
|||||||
for (LibraryAnalyzer.LibraryMark mark : analyzer) {
|
for (LibraryAnalyzer.LibraryMark mark : analyzer) {
|
||||||
String libraryId = mark.getLibraryId();
|
String libraryId = mark.getLibraryId();
|
||||||
String libraryVersion = mark.getLibraryVersion();
|
String libraryVersion = mark.getLibraryVersion();
|
||||||
|
if ("mcbbs".equals(libraryId))
|
||||||
|
continue;
|
||||||
|
|
||||||
// we have done this library above.
|
// we have done this library above.
|
||||||
if (LibraryAnalyzer.LibraryType.fromPatchId(libraryId) != null)
|
if (LibraryAnalyzer.LibraryType.fromPatchId(libraryId) != null)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user