mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-23 01:08:47 +02:00
databases without explicit alias(es) are now excluded by default
This commit is contained in:
@@ -4,7 +4,6 @@ import (
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"github.com/sirupsen/logrus"
|
||||
"github.com/yusing/go-proxy/internal/common"
|
||||
H "github.com/yusing/go-proxy/internal/homepage"
|
||||
PR "github.com/yusing/go-proxy/internal/proxy/provider"
|
||||
@@ -55,8 +54,6 @@ func (cfg *Config) HomepageConfig() H.HomePageConfig {
|
||||
}
|
||||
}
|
||||
|
||||
logrus.Debugf("%s isexplicit: %v, explicitonly: %v", r, r.Entry().IsExplicit, p.IsExplicitOnly())
|
||||
|
||||
item := entry.Homepage
|
||||
|
||||
if !item.Show && !item.IsEmpty() {
|
||||
|
||||
Reference in New Issue
Block a user