This commit is contained in:
cdle
2023-06-12 22:57:36 +08:00
parent 9e3c8ed10f
commit 4354ff80b2
3 changed files with 22 additions and 1 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ func initWebPluginList() {
if current != 0 {
var list []*common.Function
if keyword == "" {
list = plugin_list
list = append(list, plugin_list...)
} else {
for _, f := range plugin_list {
if strings.Contains(f.Title, keyword) || strings.Contains(f.Organization, keyword) {