chore(config): 更新格式化和 lint 配置,格式化部分文件
This commit was merged in pull request #10.
This commit is contained in:
@@ -96,7 +96,7 @@ const onCreateCourseGreenSubmit = async (
|
||||
BaseResponse<resp.gen.GBVideoCreate>
|
||||
>('App.Digital_VideoTask.Create', payload)
|
||||
.then((res) => {
|
||||
if (!!res.data.task_id) {
|
||||
if (res.data.task_id) {
|
||||
toast.add({
|
||||
title: '创建成功',
|
||||
description: '视频已加入生成队列',
|
||||
|
||||
Reference in New Issue
Block a user