Refine video style and bugs (#243)

Co-authored-by: AceDataCloud <office@acedata.cloud>
This commit is contained in:
Germey
2025-08-03 22:36:40 +08:00
committed by GitHub
co-authored by AceDataCloud
parent ad8c52071b
commit 232aab762a
22 changed files with 30 additions and 119 deletions
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix video style and bugs",
"packageName": "@acedatacloud/nexior",
"email": "office@acedata.cloud",
"dependentChangeType": "patch"
}
-19
View File
@@ -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>
-24
View File
@@ -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>
-24
View File
@@ -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>
-24
View File
@@ -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>
-19
View File
@@ -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>
+1
View File
@@ -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
View File
@@ -1 +1 @@
export default ['flux.config', 'flux.credential', 'flux.application', 'flux.applications'];
export default ['flux.config', 'flux.credential', 'flux.application', 'flux.applications', 'flux.tasks'];
+1
View File
@@ -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
View File
@@ -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
View File
@@ -1 +1 @@
export default ['headshots.credential', 'headshots.application', 'headshots.applications'];
export default ['headshots.credential', 'headshots.application', 'headshots.applications', 'headshots.tasks'];
+1
View File
@@ -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
View File
@@ -1 +1 @@
export default ['kling.config', 'kling.credential', 'kling.application', 'kling.applications'];
export default ['kling.config', 'kling.credential', 'kling.application', 'kling.applications', 'kling.tasks'];
+1
View File
@@ -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
View File
@@ -1 +1 @@
export default ['luma.credential', 'luma.application', 'luma.applications'];
export default ['luma.credential', 'luma.application', 'luma.applications', 'luma.tasks', 'luma.config'];
+1
View File
@@ -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');
+2 -1
View File
@@ -3,5 +3,6 @@ export default [
'midjourney.credential',
'midjourney.mode',
'midjourney.application',
'midjourney.applications'
'midjourney.applications',
'midjourney.tasks'
];
+1
View File
@@ -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
View File
@@ -1 +1 @@
export default ['pika.credential', 'pika.application', 'pika.applications'];
export default ['pika.credential', 'pika.application', 'pika.applications', 'pika.tasks', 'pika.config'];
+1
View File
@@ -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');
+7 -1
View File
@@ -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
View File
@@ -1 +1 @@
export default ['suno.credential', 'suno.application', 'suno.applications'];
export default ['suno.credential', 'suno.application', 'suno.applications', 'suno.tasks', 'suno.config'];