소스 검색

Merge branch 'release/v1.2.1' of npm/comment into master

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

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

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

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

@@ -811,7 +811,7 @@ const emoji = [
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 816
 export const ext = "gif";
817 817