airpredict/apps/web/src/pages/History.vue

8 lines
172 B
Vue

<template>
<a-card title="历史预测记录">
<a-empty description="历史记录将在阶段 5 实现" />
</a-card>
</template>
<script setup lang="ts"></script>