From 89f1a1653d11c363463eb526202fc63edb5056a1 Mon Sep 17 00:00:00 2001 From: ibuler Date: Tue, 11 Jul 2023 10:31:36 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=B7=BB=E5=8A=A0=20kael=20terminal=20?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/terminal/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/terminal/const.py b/apps/terminal/const.py index b8a33cee7..16f1f0341 100644 --- a/apps/terminal/const.py +++ b/apps/terminal/const.py @@ -50,6 +50,7 @@ class TerminalType(TextChoices): tinker = 'tinker', 'Tinker' video_worker = 'video_worker', 'Video Worker' chen = 'chen', 'Chen' + kael = 'kael', 'Kael' @classmethod def types(cls):