Browse Source

refactor(video_play): 更新资源链接并调整权重

- 将 Element UI、Vue 和 Axios 的 CDN 链接更新为自托管的地址
- 在 weights.json 中添加两个新的视频权重
tianyunperfect 3 months ago
parent
commit
bb062e8999
1 changed files with 4 additions and 4 deletions
  1. 4 4
      video_play/index.html

+ 4 - 4
video_play/index.html

@@ -4,7 +4,7 @@
 <head>
 <head>
     <meta charset="UTF-8">
     <meta charset="UTF-8">
     <title>视频随机播放器</title>
     <title>视频随机播放器</title>
-    <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css">
+    <link rel="stylesheet" href="https://web.tianyunperfect.cn/simple/elementUI/index.css">
 </head>
 </head>
 
 
 <body>
 <body>
@@ -57,9 +57,9 @@
         </el-container>
         </el-container>
     </div>
     </div>
 
 
-    <script src="https://unpkg.com/vue@2/dist/vue.js"></script>
-    <script src="https://unpkg.com/element-ui/lib/index.js"></script>
-    <script src="https://unpkg.com/axios/dist/axios.min.js"></script>
+    <script src="https://web.tianyunperfect.cn/simple/js/vue.min.js"></script>
+    <script src="https://web.tianyunperfect.cn/simple/elementUI/index.js"></script>
+    <script src="https://web.tianyunperfect.cn/simple/js/axios.min.js"></script>
 
 
     <script>
     <script>
         new Vue({
         new Vue({