feat(Admin Settings): add ssh clone address host setting (Github: #132)

feat #132
This commit is contained in:
cubic
2023-01-11 15:59:47 +08:00
parent 1ad489abb1
commit 4bcdec0b35
9 changed files with 43 additions and 6 deletions

View File

@@ -36,6 +36,7 @@ class User_model extends CI_Model
'unReadNotification' => $extra ? $this->notificationModel->unReadNotificationCount($item['u_key']) : 0,
'status' => $item['u_status'] == COMMON_STATUS_NORMAL,
'host' => YAML_HOST,
'ssh' => YAML_SSH,
]);
}
return $result;