feat: add Portfolio Management module with AI monitoring

This commit is contained in:
TIANHE
2026-01-12 22:36:10 +08:00
parent bb45248982
commit ec56b59530
24 changed files with 7940 additions and 90 deletions
@@ -1,6 +1,7 @@
<template>
<div :class="wrpCls">
<!-- User avatar/name removed for local OSS build -->
<notice-icon :class="prefixCls" />
<select-lang :class="prefixCls" />
<a-tooltip :title="$t('app.setting.tooltip')">
<span :class="prefixCls" @click="handleSettingClick">
@@ -12,11 +13,13 @@
<script>
import SelectLang from '@/components/SelectLang'
import NoticeIcon from '@/components/NoticeIcon'
export default {
name: 'RightContent',
components: {
SelectLang
SelectLang,
NoticeIcon
},
props: {
prefixCls: {