@ccw-api/api
Preparing search index...
community-web/creation/create
createCreation
Function createCreation
createCreation
(
title
:
string
,
latestProjectLink
:
|
`
https://m.xiguacity.cn/
${
string
}
`
|
`
https://m.ccw.site/
${
string
}
`
,
latestCoverLink
:
|
`
https://m.xiguacity.cn/
${
string
}
`
|
`
https://m.ccw.site/
${
string
}
`
,
type
?:
"ORIGINAL"
|
"REMIXED"
,
screenMode
?:
"LANDSCAPE"
,
sourceOpenLevel
?:
SourceOpenLevel
,
)
:
Promise
<
Res
>
创建作品(草稿)
Parameters
title
:
string
作品名称
latestProjectLink
:
`
https://m.xiguacity.cn/
${
string
}
`
|
`
https://m.ccw.site/
${
string
}
`
最新项目文件链接 (.sb3)
latestCoverLink
:
`
https://m.xiguacity.cn/
${
string
}
`
|
`
https://m.ccw.site/
${
string
}
`
最新封面链接
type
:
"ORIGINAL"
|
"REMIXED"
= "ORIGINAL"
作品类型
screenMode
:
"LANDSCAPE"
= "LANDSCAPE"
屏幕模式
sourceOpenLevel
:
SourceOpenLevel
= "PRIVATE"
源码开放级别
Returns
Promise
<
Res
>
创建后的作品草稿信息
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@ccw-api/api
Loading...
创建作品(草稿)