增加弹幕
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-08 17:20:22 +08:00
parent e87e00fd75
commit 3fdc176008
5 changed files with 70 additions and 7 deletions

View File

@@ -25,7 +25,7 @@
"dev:swan": "npm run build:swan -- --watch",
"dev:alipay": "npm run build:alipay -- --watch",
"dev:tt": "npm run build:tt -- --watch",
"dev:h5": "npm run build:h5 -- --watch",
"dev:h5": "npm run build:h5 -- --watch --mode production",
"dev:rn": "npm run build:rn -- --watch",
"dev:qq": "npm run build:qq -- --watch",
"dev:jd": "npm run build:jd -- --watch",
@@ -64,6 +64,7 @@
"lottie-web": "^5.12.2",
"tcplayer.js": "^5.1.0",
"vue": "^3.0.0",
"vue3-danmaku": "^1.6.1",
"xgplayer": "^3.0.18",
"xgplayer-flv": "^3.0.18"
},