This repository was archived by the owner on Jul 26, 2023. It is now read-only.
我想在播放界面添加对nplayer的调用,请问该怎么实现呢?谢谢! #527
-
平板上只有nplayer,我想在播放页面把IINA替换成nplayer或者添加一个npayer按钮,请问应该修改哪部分代码呢?感谢! |
Beta Was this translation helpful? Give feedback.
Answered by
spencerwooo
Mar 7, 2022
Replies: 1 comment 1 reply
-
onedrive-vercel-index/components/previews/VideoPreview.tsx Lines 159 to 163 in 7eb7860 这里是 IINA 的 URL scheme 定义,但是如果修改的话你需要知道 nPlayer 的 URL scheme。 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
spencerwooo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
onedrive-vercel-index/components/previews/VideoPreview.tsx
Lines 159 to 163 in 7eb7860
这里是 IINA 的 URL scheme 定义,但是如果修改的话你需要知道 nPlayer 的 URL scheme。