* Optimize plugin desc style.

This commit is contained in:
caoyanyi
2023-02-03 12:08:57 +08:00
parent 9e3ba4bcb7
commit 4896324869
6 changed files with 51 additions and 47 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class admin extends control
$this->view->title = $this->lang->admin->common;
$this->view->position[] = $this->lang->admin->index;
$this->view->extensions = $this->admin->getExtensionsByAPI('extension', $langNotCN ? 5 : 6, $hasInternet);
$this->view->plugins = $this->admin->getExtensionsByAPI('plugin', $langNotCN ? 5 : 6, $hasInternet);
$this->view->patches = $this->admin->getExtensionsByAPI('patch', 3, $hasInternet);
$this->view->hasInternet = $hasInternet;
$this->view->publicClass = ($hasInternet and !$langNotCN) ? $this->admin->getPublicClassByAPI(3) : array();