Enhance(UX): marketplace (#9609)

* fix(ui): hidden proxy label for the default system proxy network mode

* improve(plugin): support option to enable/disable the auto-check the installed plugins

* fix(revert): codes

* improve(ux): add the auto-check updates switcher to the toolbar plugins manager

* improve(i18n): plugin-related i18n

* enhance(plugin): add Github proxy server for the plugin updates

* enhance(plugin): add Github proxy server for the plugin updates

* fix(ui): warning

* fix: typo

* fix(ui): hidden proxy label for the default system proxy network mode

* improve(plugin): support option to enable/disable the auto-check the installed plugins

* fix(revert): codes

* improve(ux): add the auto-check updates switcher to the toolbar plugins manager

* improve(i18n): plugin-related i18n

* enhance(plugin): add Github proxy server for the plugin updates

* enhance(plugin): add Github proxy server for the plugin updates

* fix(ui): warning

* fix: typo
This commit is contained in:
Charlie
2023-06-19 12:51:40 +08:00
committed by GitHub
parent 6a22870d49
commit 741edecc57
8 changed files with 111 additions and 29 deletions

View File

@@ -41,6 +41,12 @@
}
}
.menu-link {
&.no-padding {
padding: 0 !important;
}
}
.ui__ac-group-name {
@apply p-2 text-xs;
color: var(--ls-block-ref-link-text-color);