Compare commits

...

2 commits

Author SHA1 Message Date
RB bde789a7b9 Update @rbv 2024-09-12 11:01:13 +08:00
RB 1f589bfe21 Update media-capturer.js 2024-09-12 10:48:12 +08:00
2 changed files with 2 additions and 1 deletions

2
@rbv

@ -1 +1 @@
Subproject commit 6e8a20392f8f38af850b0683735e98b51fef8c30
Subproject commit 8a76e248f915d05d06a691a484fa42fd8c3e33b9

View file

@ -219,6 +219,7 @@ class MediaCapturer extends RbModal {
ctx2d.fillStyle = 'white'
ctx2d.fillText(moment().format('YYYY-MM-DD HH:mm:ss'), 20, 40)
ctx2d.fillText('Device : ' + this.__currentDeviceId || '', 20, 40 + 30)
ctx2d.fillText('User : ***' + rb.currentUser.substr(7), 20, 40 + 30 + 30)
}
this._capturedData = this._$resImage.toDataURL('image/jpeg', 1.0)