Browse Source

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

adam 3 years ago
parent
commit
1e52141bbf
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,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 View File

@@ -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