update
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2025-10-08 00:58:45 +08:00
parent b14316b919
commit 021e53ee59
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<template> <template>
<n-spin :show="aiStore.loading.fetching"> <n-spin :show="aiStore.loading.fetching" :delay="50">
<n-grid :cols="isDesktop ? 5 : 1" :x-gap="20" :y-gap="20"> <n-grid :cols="isDesktop ? 5 : 1" :x-gap="20" :y-gap="20">
<n-gi :span="2"> <n-gi :span="2">
<n-flex vertical size="large"> <n-flex vertical size="large">

View File

@@ -5,7 +5,7 @@
<span class="title-text">AI 帮你分析</span> <span class="title-text">AI 帮你分析</span>
</div> </div>
</template> </template>
<n-spin :show="aiStore.loading.ai"> <n-spin :show="aiStore.loading.ai" :delay="50">
<div class="container"> <div class="container">
<MdPreview :model-value="aiStore.mdContent" /> <MdPreview :model-value="aiStore.mdContent" />
</div> </div>

View File

@@ -3,7 +3,7 @@
<template #header-extra> <template #header-extra>
<n-text depth="3" style="font-size: 12px">激励持续学习</n-text> <n-text depth="3" style="font-size: 12px">激励持续学习</n-text>
</template> </template>
<n-spin :show="aiStore.loading.heatmap"> <n-spin :show="aiStore.loading.heatmap" :delay="50">
<div class="heatmap-container" ref="containerRef"> <div class="heatmap-container" ref="containerRef">
<svg <svg
:viewBox="`0 0 ${svgWidth} ${svgHeight}`" :viewBox="`0 0 ${svgWidth} ${svgHeight}`"

View File

@@ -3,7 +3,7 @@
<template #header-extra> <template #header-extra>
<n-text depth="3" style="font-size: 12px">激励持续学习</n-text> <n-text depth="3" style="font-size: 12px">激励持续学习</n-text>
</template> </template>
<n-spin :show="aiStore.loading.heatmap"> <n-spin :show="aiStore.loading.heatmap" :delay="50">
<n-grid :cols="2" :x-gap="12" :y-gap="12"> <n-grid :cols="2" :x-gap="12" :y-gap="12">
<n-gi> <n-gi>
<n-statistic label="当前连续" :value="currentStreak"> <n-statistic label="当前连续" :value="currentStreak">