mirror of
http://124.126.16.154:8888/singularity/HyperfDevelopmentKit.git
synced 2026-01-15 00:35:08 +08:00
feat(studio): 增加了渐变晶格的 action
This commit is contained in:
@@ -22,11 +22,13 @@ use MyCLabs\Enum\Enum;
|
||||
*
|
||||
* @method static TaskAction PREFLIGHT 预检修复
|
||||
* @method static TaskAction FRAME 线框模型生成
|
||||
* @method static TaskAction LATTICE 晶格模型生成
|
||||
* @method static TaskAction LATTICE 规则晶格模型生成
|
||||
* @method static TaskAction GRADIENT 渐变晶格模型生成
|
||||
*/
|
||||
final class TaskAction extends Enum
|
||||
{
|
||||
private const PREFLIGHT = 'preflight';
|
||||
private const FRAME = 'frame';
|
||||
private const LATTICE = 'lattice';
|
||||
private const GRADIENT = 'gradient';
|
||||
}
|
||||
@@ -18,7 +18,7 @@ namespace Singularity\HDK\Studio\Services;
|
||||
*/
|
||||
interface TaskServiceInterface
|
||||
{
|
||||
public function createTask(
|
||||
public function createTaskDetail(
|
||||
string $fileId,
|
||||
string $workspaceId,
|
||||
int $priority = 1,
|
||||
|
||||
Reference in New Issue
Block a user