摘要: class MyVideo { constructor(){ } } function singleton(className){ let ins = null const proxy = new Proxy(className,{ construct(target,args){ console.l 阅读全文
posted @ 2024-12-14 17:19 国服第一李师师 阅读(16) 评论(0) 推荐(0)
摘要: import { onUnmounted } from "vue" // 分帧渲染 export function useDefer(maxCount = 100){ const count = ref(0) let raqId = null function updateFrame(){ coun 阅读全文
posted @ 2024-12-14 16:56 国服第一李师师 阅读(32) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< 阅读全文
posted @ 2024-12-14 15:48 国服第一李师师 阅读(9) 评论(0) 推荐(0)