Your Name 2 年 前
コミット
76412abd80
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      public/config.js

+ 1
- 0
public/config.js ファイルの表示

@@ -2,6 +2,7 @@
2 2
 const shareOptTpl = {
3 3
   title: '向世界讲述——南京1937',
4 4
   desc: '',
5
+  link: location.href,
5 6
   imgUrl: location.origin + location.pathname.replace('index.html', '') + 'share.jpg',
6 7
 }
7 8