fix bug: The client cannot be downloaded without a schema configured.

This commit is contained in:
EUForest 2026-01-06 21:08:20 +08:00
parent 2b708dbbcc
commit ef6044cfef

View File

@ -433,7 +433,7 @@ export default function Content() {
?.filter(
(application) =>
!!(
application.download_link?.[platform] &&
application.download_link?.[platform] ||
application.scheme
)
)