瀏覽代碼

fix plotly CDN link

wangweimin 2 年之前
父節點
當前提交
8d07dbaf95
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pywebio/platform/tpl/index.html

+ 1 - 1
pywebio/platform/tpl/index.html

@@ -77,7 +77,7 @@
 
     require.config({
         paths: {
-            'plotly': "https://cdn.plot.ly/plotly-latest.min",
+            'plotly': "https://cdn.plot.ly/plotly-2.12.1.min",
         },
     });