Commit eef8cf10 by qlintonger xeno

尝试添加截图标注+2

parent bba61897
<template> <template>
<div> <div>
<div :id="`RemoteVideo${ps.id}`" ref="firstVideoToBeAttached" class="relative mb-4 flex-auto" <div :id="`RemoteVideo${ps.id}`" class="relative mb-4 flex-auto"
data-self="remote-main" @mousedown.capture="handleBlinkingStart"> data-self="remote-main" @mousedown.capture="handleBlinkingStart">
<n-message-provider> <n-message-provider>
<image-editor <image-editor
...@@ -109,7 +109,7 @@ const ps = defineProps<{ ...@@ -109,7 +109,7 @@ const ps = defineProps<{
id: any id: any
}>() }>()
const firstVideoToBeAttached = ref() const firstVideoToBeAttached = ref('[data-self="remote-main"]');
const displayImageEditor = ref(false) const displayImageEditor = ref(false)
const recordListener = function(records: any) { const recordListener = function(records: any) {
AnyR?.agora.continueMark(records) AnyR?.agora.continueMark(records)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment