feat: 支持 virtual app (#12199)

* feat: 支持 virtual app

* perf: 增加 virtual host

* perf: 新增 virtual app 上传接口

* perf: 更名为 app provider

* perf: 优化代码

---------

Co-authored-by: Eric <xplzv@126.com>
This commit is contained in:
fit2bot
2023-12-05 16:52:11 +08:00
committed by GitHub
parent a43bb25b5a
commit d2429f7883
25 changed files with 605 additions and 5 deletions

View File

@@ -66,6 +66,7 @@ class TerminalType(TextChoices):
video_worker = 'video_worker', 'Video Worker'
chen = 'chen', 'Chen'
kael = 'kael', 'Kael'
panda = 'panda', 'Panda'
@classmethod
def types(cls):