瀏覽代碼

:art: fix https://github.com/siyuan-note/siyuan/issues/10621

Vanessa 1 年之前
父節點
當前提交
80f52e3ea3
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      app/src/menus/protyle.ts

+ 5 - 1
app/src/menus/protyle.ts

@@ -1466,11 +1466,15 @@ export const iframeMenu = (protyle: IProtyle, nodeElement: Element) => {
                         page: "1",
                         high_quality: "1",
                         as_wide: "1",
-                        allowfullscreen: "true"
+                        allowfullscreen: "true",
+                        autoplay: "0"
                     };
                     // `//player.bilibili.com/player.html?aid=895154192&bvid=BV1NP4y1M72N&cid=562898119&page=1`
                     // `https://www.bilibili.com/video/BV1ys411472E?t=3.4&p=4`
                     new URL(value.startsWith("http") ? value : "https:" + value).search.split("&").forEach((item, index) => {
+                        if (!item) {
+                            return;
+                        }
                         if (index === 0) {
                             item = item.substr(1);
                         }