diff --git a/frontend/portal/src/views/creator/ContentsEditView.vue b/frontend/portal/src/views/creator/ContentsEditView.vue new file mode 100644 index 0000000..999e146 --- /dev/null +++ b/frontend/portal/src/views/creator/ContentsEditView.vue @@ -0,0 +1,297 @@ + + + + + + + + {{ autoSaveStatus }} + + + + + + {{ fullTitle || '新内容标题预览' }} + + + + + 存草稿 + 发布 + + + + + + + + + + + 曲种 * + + + + 主定调 + + + + + + + + 剧目名 * + + + + 选段名 + + + + 附加信息 + + + + + + + 价格策略 + + + 免费 + 付费 + 会员专享 + + + + + ¥ + + + + + 开启试看 + + + + 秒 + + + + + + + + 摘要 + + + + + + 封面 (最多3张) + + + + + + + + 上传封面 + + + + + + + 视频列表 + + + + + {{ file.name }} + {{ file.size }} + + + + + 添加视频 + + + + + + + 音频列表 + + + + + {{ file.name }} + {{ file.size }} + + + + + 添加音频 + + + + + + + 图片列表 + + + + + {{ file.name }} + + + + + 添加图片 + + + + + + + + + + + + + + + \ No newline at end of file