自动安装页面隐藏 mcbbs 项 (#3836)

* update

* CheckStyle

* Update InstallerListPage.java

CheckStyle

---------

Co-authored-by: Glavo <zjx001202@gmail.com>
This commit is contained in:
辞庐 2025-06-11 01:25:59 +08:00 committed by GitHub
parent 2b99da430f
commit ea081333e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -114,6 +114,8 @@ public class InstallerListPage extends ListPageBase<InstallerItem> implements Ve
for (LibraryAnalyzer.LibraryMark mark : analyzer) {
String libraryId = mark.getLibraryId();
String libraryVersion = mark.getLibraryVersion();
if ("mcbbs".equals(libraryId))
continue;
// we have done this library above.
if (LibraryAnalyzer.LibraryType.fromPatchId(libraryId) != null)