Browse Source

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

AdamFu 3 years ago
parent
commit
8fb648793a
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      src/constant.js
  2. 1
    1
      src/emoji.js

+ 1
- 1
src/constant.js View File

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 View File

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