Laitool v3.0.1-preview.1

This commit is contained in:
2024-08-03 12:46:12 +08:00
parent c8a46d59fb
commit 7312053a20
196 changed files with 19822 additions and 8733 deletions
+28
View File
@@ -19,3 +19,31 @@ export enum MJRobotType {
// niji
NIJI = 'niji'
}
export enum MJSpeed {
// 快速
FAST = 'fast',
// 休闲
RELAX = 'relaxed'
}
export enum MJRespoonseType {
// 创建
CREATED = "created",
// 更新
UPDATED = "updated",
// 完成
FINISHED = "finished",
// 删除
DELETE = "delete"
}
export enum MJAction {
// 出图
IMAGINE = 'IMAGINE',
// 反推
DESCRIBE = 'DESCRIBE'
}