mirror of
https://github.com/ArvinLovegood/go-stock.git
synced 2025-07-19 00:00:09 +08:00
refactor(frontend):移除AI分析结果时间的判断逻辑
移除了 stock.vue 组件中 AI 分析结果下方提示文字的时间判断逻辑。现在,无论是否有分析时间,提示文字将始终显示,以确保用户在任何情况下都能看到投资风险提示。
This commit is contained in:
parent
37e63538e2
commit
a3b718c149
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user