diff --git a/public/cover-templates/1xwrrcvf7a5-mkdite6i.png b/public/cover-templates/1xwrrcvf7a5-mkdite6i.png new file mode 100644 index 0000000..139a350 Binary files /dev/null and b/public/cover-templates/1xwrrcvf7a5-mkdite6i.png differ diff --git a/public/cover-templates/43t1uykj8zg-mkdite6i.png b/public/cover-templates/43t1uykj8zg-mkdite6i.png new file mode 100644 index 0000000..0e4ffaf Binary files /dev/null and b/public/cover-templates/43t1uykj8zg-mkdite6i.png differ diff --git a/public/cover-templates/485183be-6eed-4eae-b74a-8591f08b69fa.png b/public/cover-templates/485183be-6eed-4eae-b74a-8591f08b69fa.png new file mode 100644 index 0000000..9762c13 Binary files /dev/null and b/public/cover-templates/485183be-6eed-4eae-b74a-8591f08b69fa.png differ diff --git a/public/cover-templates/6404718a-1b1c-4148-9807-ad3c57a53e0c.png b/public/cover-templates/6404718a-1b1c-4148-9807-ad3c57a53e0c.png new file mode 100644 index 0000000..ab54141 Binary files /dev/null and b/public/cover-templates/6404718a-1b1c-4148-9807-ad3c57a53e0c.png differ diff --git a/public/cover-templates/705fa010-5bf3-4041-b624-0fd364bea5ad.png b/public/cover-templates/705fa010-5bf3-4041-b624-0fd364bea5ad.png new file mode 100644 index 0000000..a668785 Binary files /dev/null and b/public/cover-templates/705fa010-5bf3-4041-b624-0fd364bea5ad.png differ diff --git a/public/cover-templates/8f17c467-c69c-45b2-8011-94a6c3071d16.png b/public/cover-templates/8f17c467-c69c-45b2-8011-94a6c3071d16.png new file mode 100644 index 0000000..adfd735 Binary files /dev/null and b/public/cover-templates/8f17c467-c69c-45b2-8011-94a6c3071d16.png differ diff --git a/public/cover-templates/sb8mm7l4bjf-mkdite6i.png b/public/cover-templates/sb8mm7l4bjf-mkdite6i.png new file mode 100644 index 0000000..df03f96 Binary files /dev/null and b/public/cover-templates/sb8mm7l4bjf-mkdite6i.png differ diff --git a/public/cover-templates/v08ezr6v3x-mkdite6i.png b/public/cover-templates/v08ezr6v3x-mkdite6i.png new file mode 100644 index 0000000..f959334 Binary files /dev/null and b/public/cover-templates/v08ezr6v3x-mkdite6i.png differ diff --git a/src/components/cover/CoverPreviewCard.vue b/src/components/cover/CoverPreviewCard.vue index 8ffd010..1317e05 100644 --- a/src/components/cover/CoverPreviewCard.vue +++ b/src/components/cover/CoverPreviewCard.vue @@ -127,7 +127,7 @@ function onThumbError(event) { .template-thumbnail { width: 100%; - aspect-ratio: 9 / 16; + min-height: 200px; max-height: min(46vh, 360px); border-radius: 10px; diff --git a/src/components/dashboard/DashboardCard.vue b/src/components/dashboard/DashboardCard.vue index b998b8e..c06f612 100644 --- a/src/components/dashboard/DashboardCard.vue +++ b/src/components/dashboard/DashboardCard.vue @@ -8,6 +8,8 @@ const props = defineProps({ step: { type: String, default: "" }, defaultOpen: { type: Boolean, default: true }, grow: { type: Boolean, default: false }, + /** 当前步骤正在执行异步任务时显示旋转边框 */ + processing: { type: Boolean, default: false }, }); const open = ref(props.defaultOpen); @@ -20,7 +22,10 @@ function toggle() {