Refine video style and bugs (#243)
Co-authored-by: AceDataCloud <office@acedata.cloud>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"comment": "fix video style and bugs",
|
||||
"packageName": "@acedatacloud/nexior",
|
||||
"email": "office@acedata.cloud",
|
||||
"dependentChangeType": "patch"
|
||||
}
|
||||
@@ -288,22 +288,3 @@ $left-width: 70px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<style lang="scss">
|
||||
.preview {
|
||||
.image.error {
|
||||
background: var(--el-bg-color-page);
|
||||
.image-slot {
|
||||
font-size: 14px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
}
|
||||
.failure {
|
||||
background: var(--el-fill-color-light);
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -247,27 +247,3 @@ $left-width: 70px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<style lang="scss">
|
||||
.preview {
|
||||
.image.error {
|
||||
background: var(--el-bg-color-page);
|
||||
.image-slot {
|
||||
font-size: 14px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
}
|
||||
.failure {
|
||||
background: var(--el-fill-color-light);
|
||||
width: 100%;
|
||||
.el-alert__content {
|
||||
p {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -322,27 +322,3 @@ $left-width: 70px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<style lang="scss">
|
||||
.preview {
|
||||
.image.error {
|
||||
background: var(--el-bg-color-page);
|
||||
.image-slot {
|
||||
font-size: 14px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
}
|
||||
.failure {
|
||||
background: var(--el-fill-color-light);
|
||||
width: 100%;
|
||||
.el-alert__content {
|
||||
p {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -233,27 +233,3 @@ $left-width: 70px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<style lang="scss">
|
||||
.preview {
|
||||
.image.error {
|
||||
background: var(--el-bg-color-page);
|
||||
.image-slot {
|
||||
font-size: 14px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
}
|
||||
.failure {
|
||||
background: var(--el-fill-color-light);
|
||||
width: 100%;
|
||||
.el-alert__content {
|
||||
p {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -280,22 +280,3 @@ $left-width: 70px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<style lang="scss">
|
||||
.preview {
|
||||
.image.error {
|
||||
background: var(--el-bg-color-page);
|
||||
.image-slot {
|
||||
font-size: 14px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
}
|
||||
.failure {
|
||||
background: var(--el-fill-color-light);
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -132,6 +132,7 @@ export const getTasks = async (
|
||||
return new Promise((resolve, reject) => {
|
||||
console.debug('start to get tasks', offset, limit);
|
||||
const credential = state.credential;
|
||||
console.debug('current credential', credential);
|
||||
const token = credential?.token;
|
||||
if (!token) {
|
||||
return reject('no token');
|
||||
|
||||
@@ -1 +1 @@
|
||||
export default ['flux.config', 'flux.credential', 'flux.application', 'flux.applications'];
|
||||
export default ['flux.config', 'flux.credential', 'flux.application', 'flux.applications', 'flux.tasks'];
|
||||
|
||||
@@ -134,6 +134,7 @@ export const getTasks = async (
|
||||
return new Promise((resolve, reject) => {
|
||||
console.debug('start to get tasks', offset, limit);
|
||||
const credential = state.credential;
|
||||
console.debug('current credential', credential);
|
||||
const token = credential?.token;
|
||||
if (!token) {
|
||||
return reject('no token');
|
||||
|
||||
@@ -1 +1 @@
|
||||
export default ['hailuo.config', 'hailuo.credential', 'hailuo.application', 'hailuo.applications'];
|
||||
export default ['hailuo.config', 'hailuo.credential', 'hailuo.application', 'hailuo.applications', 'hailuo.tasks'];
|
||||
|
||||
@@ -1 +1 @@
|
||||
export default ['headshots.credential', 'headshots.application', 'headshots.applications'];
|
||||
export default ['headshots.credential', 'headshots.application', 'headshots.applications', 'headshots.tasks'];
|
||||
|
||||
@@ -134,6 +134,7 @@ export const getTasks = async (
|
||||
return new Promise((resolve, reject) => {
|
||||
console.debug('start to get tasks', offset, limit);
|
||||
const credential = state.credential;
|
||||
console.debug('current credential', credential);
|
||||
const token = credential?.token;
|
||||
if (!token) {
|
||||
return reject('no token');
|
||||
|
||||
@@ -1 +1 @@
|
||||
export default ['kling.config', 'kling.credential', 'kling.application', 'kling.applications'];
|
||||
export default ['kling.config', 'kling.credential', 'kling.application', 'kling.applications', 'kling.tasks'];
|
||||
|
||||
@@ -135,6 +135,7 @@ export const getTasks = async (
|
||||
return new Promise((resolve, reject) => {
|
||||
console.debug('start to get tasks', offset, limit);
|
||||
const credential = state.credential;
|
||||
console.debug('current credential', credential);
|
||||
const token = credential?.token;
|
||||
if (!token) {
|
||||
return reject('no token');
|
||||
|
||||
@@ -1 +1 @@
|
||||
export default ['luma.credential', 'luma.application', 'luma.applications'];
|
||||
export default ['luma.credential', 'luma.application', 'luma.applications', 'luma.tasks', 'luma.config'];
|
||||
|
||||
@@ -134,6 +134,7 @@ export const getTasks = async (
|
||||
return new Promise((resolve, reject) => {
|
||||
console.debug('start to get tasks', offset, limit, createdAtMax, createdAtMin);
|
||||
const credential = state.credential;
|
||||
console.debug('current credential', credential);
|
||||
const token = credential?.token;
|
||||
if (!token) {
|
||||
return reject('no token');
|
||||
|
||||
@@ -3,5 +3,6 @@ export default [
|
||||
'midjourney.credential',
|
||||
'midjourney.mode',
|
||||
'midjourney.application',
|
||||
'midjourney.applications'
|
||||
'midjourney.applications',
|
||||
'midjourney.tasks'
|
||||
];
|
||||
|
||||
@@ -134,6 +134,7 @@ export const getTasks = async (
|
||||
return new Promise((resolve, reject) => {
|
||||
console.debug('start to get tasks', offset, limit);
|
||||
const credential = state.credential;
|
||||
console.debug('current credential', credential);
|
||||
const token = credential?.token;
|
||||
if (!token) {
|
||||
return reject('no token');
|
||||
|
||||
@@ -1 +1 @@
|
||||
export default ['pika.credential', 'pika.application', 'pika.applications'];
|
||||
export default ['pika.credential', 'pika.application', 'pika.applications', 'pika.tasks', 'pika.config'];
|
||||
|
||||
@@ -134,6 +134,7 @@ export const getTasks = async (
|
||||
return new Promise((resolve, reject) => {
|
||||
console.debug('start to get tasks', offset, limit);
|
||||
const credential = state.credential;
|
||||
console.debug('current credential', credential);
|
||||
const token = credential?.token;
|
||||
if (!token) {
|
||||
return reject('no token');
|
||||
|
||||
@@ -1 +1,7 @@
|
||||
export default ['pixverse.config', 'pixverse.credential', 'pixverse.application', 'pixverse.applications'];
|
||||
export default [
|
||||
'pixverse.config',
|
||||
'pixverse.credential',
|
||||
'pixverse.application',
|
||||
'pixverse.applications',
|
||||
'pixverse.tasks'
|
||||
];
|
||||
|
||||
@@ -1 +1 @@
|
||||
export default ['suno.credential', 'suno.application', 'suno.applications'];
|
||||
export default ['suno.credential', 'suno.application', 'suno.applications', 'suno.tasks', 'suno.config'];
|
||||
|
||||
Reference in New Issue
Block a user