refactor(frontend):移除AI分析结果时间的判断逻辑

移除了 stock.vue 组件中 AI 分析结果下方提示文字的时间判断逻辑。现在,无论是否有分析时间,提示文字将始终显示,以确保用户在任何情况下都能看到投资风险提示。
This commit is contained in:
spark 2025-02-12 12:57:02 +08:00
parent 37e63538e2
commit a3b718c149

View File

@ -743,7 +743,7 @@ function saveAsMarkdown() {
<template #footer>
<n-flex justify="space-between">
<n-text type="info" v-if="data.time" >分析时间:{{data.time}}</n-text>
<n-text type="error" v-if="data.time" >*AI分析结果仅供参考请以实际行情为准投资需谨慎风险自担</n-text>
<n-text type="error" >*AI分析结果仅供参考请以实际行情为准投资需谨慎风险自担</n-text>
</n-flex>
</template>
<template #action>