mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-04-23 01:39:37 +08:00
feat: 重构类型系统
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
<script setup lang="ts">
|
||||
import { computed, ref, watch } from 'vue'
|
||||
import type { AnalysisSession, MessageType } from '@/types/base'
|
||||
import { getMessageTypeName } from '@/types/base'
|
||||
import type {
|
||||
AnalysisSession,
|
||||
MemberActivity,
|
||||
HourlyActivity,
|
||||
DailyActivity,
|
||||
MessageType,
|
||||
WeekdayActivity,
|
||||
MonthlyActivity,
|
||||
} from '@/types/chat'
|
||||
import { getMessageTypeName } from '@/types/chat'
|
||||
} from '@/types/analysis'
|
||||
import { DoughnutChart } from '@/components/charts'
|
||||
import type { DoughnutChartData } from '@/components/charts'
|
||||
import { SectionCard } from '@/components/UI'
|
||||
|
||||
Reference in New Issue
Block a user