11 2024 档案
摘要:<script setup lang="ts"> import { Modal, message } from 'ant-design-vue'; import Speech from 'speak-tts'; import { useStorage } from '@vueuse/core'; i
阅读全文
摘要:/** * 获取完整的文件路径地址 */ export function getFullFileURL(url?: string): string { let _url = ''; if (url) { _url = (url?.includes('http://') || url?.include
阅读全文
摘要:<script setup lang="ts"> defineOptions({ name: 'rightTop', }); let timer: any = null; const wrapperRef = ref() const tagRef: any = ref([]) const rotat
阅读全文