feat: 优化前端显示&修复若干bug

This commit is contained in:
CaasianVale
2025-03-07 03:33:18 +08:00
parent ff5b820a57
commit 4c115cf325
29 changed files with 3726 additions and 1209 deletions

View File

@@ -4,7 +4,7 @@
<n-loading-bar-provider>
<n-dialog-provider>
<n-notification-provider>
<StockAnalysisApp />
<router-view />
</n-notification-provider>
</n-dialog-provider>
</n-loading-bar-provider>
@@ -21,7 +21,6 @@ import {
NDialogProvider,
NNotificationProvider,
} from 'naive-ui'
import StockAnalysisApp from './components/StockAnalysisApp.vue'
// 主题设置 (默认使用亮色主题)
const theme = ref<any>(null) // 可以切换为 darkTheme 以启用暗色模式