11 2024 档案

摘要:<script setup lang="ts"> import { Modal, message } from 'ant-design-vue'; import Speech from 'speak-tts'; import { useStorage } from '@vueuse/core'; i 阅读全文
posted @ 2024-11-22 16:58 abcByme 阅读(22) 评论(0) 推荐(0) 编辑
摘要:/** * 获取完整的文件路径地址 */ export function getFullFileURL(url?: string): string { let _url = ''; if (url) { _url = (url?.includes('http://') || url?.include 阅读全文
posted @ 2024-11-21 11:20 abcByme 阅读(4) 评论(0) 推荐(0) 编辑
摘要:<script setup lang="ts"> defineOptions({ name: 'rightTop', }); let timer: any = null; const wrapperRef = ref() const tagRef: any = ref([]) const rotat 阅读全文
posted @ 2024-11-12 14:44 abcByme 阅读(81) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示