优化页面

This commit is contained in:
pengxiaolong
2025-05-28 22:12:30 +08:00
parent e682754922
commit c747f9625c
23 changed files with 1093 additions and 207 deletions

View File

@@ -105,14 +105,19 @@ import star from '../../../../assets/icon/star-light.png';
import TUIChatEngine, {
TUIStore,
StoreName,
} from "@tencentcloud/chat-uikit-engine";
TUIChatService,
} from '@tencentcloud/chat-uikit-engine';
import { useCounterStore } from '@/stores/counter'
const counter = useCounterStore()
interface Props {
messageItem: IMessageModel;
content: any;
}
//```````````````````````````````````````````````````
const currentConversation = ref('123');
// TUIChatService.getMessageList().then(() => {
// });
//```````````````````````````````````````````````````
const props = withDefaults(defineProps<Props>(), {
messageItem: undefined,