mirror of
https://github.com/Monibuca/plugin-preview.git
synced 2025-12-24 13:38:02 +08:00
fix: change html lang to zh
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="zh-CN">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
@@ -408,6 +408,7 @@
|
||||
text: "",
|
||||
loadingText: "加载中",
|
||||
debug: true,
|
||||
isEmitSEI: true,
|
||||
debugLevel: "debug",
|
||||
useMSE: $useMSE.checked === true,
|
||||
useSIMD: $useSIMD.checked === true,
|
||||
@@ -444,7 +445,9 @@
|
||||
jessibuca.on('timeUpdate', (value) => {
|
||||
// console.log('timeUpdate', value);
|
||||
});
|
||||
|
||||
jessibuca.on('videoSEI', (value) => {
|
||||
console.warn(`videoSEI ts is ${value.ts}, data is ${value.data}`);
|
||||
})
|
||||
jessibuca.on('stats', (stats) => {
|
||||
// console.log('stats', stats);
|
||||
$fps.textContent = `FPS: ${stats.fps} DFPS: ${stats.dfps}`;
|
||||
|
||||
Reference in New Issue
Block a user