* fix dev-api and change zh-tw lang.

This commit is contained in:
z
2020-07-28 08:42:29 +08:00
parent 1cc523fd01
commit 277ed6ca46
20 changed files with 62 additions and 13 deletions
+2
View File
@@ -241,6 +241,8 @@ class devModel extends model
$modules = array();
foreach($moduleList as $module)
{
if(!file_exists($module . DS . 'control.php')) continue;
$module = basename($module);
if($module == 'editor' or $module == 'help' or $module == 'setting' or $module == 'common') continue;
$group = zget($this->config->dev->group, $module, 'other');