소스 검색

安装视频地址更换

lvjincheng 2 년 전
부모
커밋
f87537f297
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Assets/BowArrow/Scripts/View/Home/CourseView.cs

+ 1 - 1
Assets/BowArrow/Scripts/View/Home/CourseView.cs

@@ -12,7 +12,7 @@ public class CourseView : JCUnityLib.ViewBase, MenuBackInterface
     Dictionary<int, string> videoUrlDict = new Dictionary<int, string>();
 
     public void Awake() {
-        videoUrlDict[12] = "https://smartbow-1310052819.cos.ap-shanghai.myqcloud.com/Video/%E4%B8%AD%E6%96%87%E5%8E%8B%E7%BC%A9.mp4";        
+        videoUrlDict[12] = "https://www.bilibili.com/video/BV1o84y1K7C9/?vd_source=b030b3eb3477713cd294deb164dcb109";        
         scrollViewContentItem.transform.Find("Icon").gameObject.SetActive(false);
         scrollViewContentItem.transform.Find("Icon-1").gameObject.SetActive(false);
         scrollViewContentItem.SetActive(false);