mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-06-27 13:35:18 -04:00
plugins: fix plugin browser parentWindow and add similar support
This commit is contained in:
@@ -38,6 +38,7 @@ func HandleList(conn net.Conn, req models.Request) {
|
||||
info.Upvotes = fb.Upvotes
|
||||
info.Status = fb.Status
|
||||
info.IssueURL = fb.IssueURL
|
||||
info.Similar = fb.Similar
|
||||
result[i] = info
|
||||
}
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@ type PluginInfo struct {
|
||||
Upvotes int `json:"upvotes,omitempty"`
|
||||
Status []string `json:"status,omitempty"`
|
||||
IssueURL string `json:"issueUrl,omitempty"`
|
||||
Similar []string `json:"similar,omitempty"`
|
||||
}
|
||||
|
||||
type SuccessResult struct {
|
||||
|
||||
Reference in New Issue
Block a user