소스 검색

fix:替换a.links123.cn为a.bilingo.com

adam 5 년 전
부모
커밋
1e52141bbf
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      src/constant.js
  2. 1
    1
      src/emoji.js

+ 1
- 1
src/constant.js 파일 보기

28
 // 线上静态库地址
28
 // 线上静态库地址
29
 export const LANGUAGE_LINK =
29
 export const LANGUAGE_LINK =
30
   process.env.NODE_ENV === "production"
30
   process.env.NODE_ENV === "production"
31
-    ? "//a.links123.cn/lang"
31
+    ? "//a.bilingo.com/lang"
32
     : "//a.links123.net/lang";
32
     : "//a.links123.net/lang";

+ 1
- 1
src/emoji.js 파일 보기

811
   }
811
   }
812
 ];
812
 ];
813
 
813
 
814
-export const prefixUrl = "https://a.links123.cn/site/src/feed/imgs/comment/";
814
+export const prefixUrl = "https://a.bilingo.com/site/src/feed/imgs/comment/";
815
 
815
 
816
 export const ext = "gif";
816
 export const ext = "gif";
817
 
817