소스 검색

feat: 年终报告2024版本文案更新

zhangyuhan 1 년 전
부모
커밋
5d631555ce
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/web/staticres/common-module/share/js/invite-friends.js

+ 2 - 2
src/web/staticres/common-module/share/js/invite-friends.js

@@ -132,7 +132,7 @@ var shareContent = new Vue({
         initWxShare: function () {
           if (!utils.isWeiXinBrowser) { return }
           shareFn.init({
-            title: '「我的剑鱼标讯2022」年度总结已经生成,请查收',
+            title: '「我的剑鱼标讯2023」年度总结已经生成,请查收',
             desc: '点击领取你的年度总结',
             link: this.shareInfo.shareLink,
             imgUrl: 'https://cdn-ali.jianyu360.com/images/appext/share-icon.png'
@@ -231,7 +231,7 @@ var shareContent = new Vue({
             image.src = src
         },
         doAppShare (shareType) {
-          var shareTitle = '「我的剑鱼标讯2022」年度总结已经生成,请查收'
+          var shareTitle = '「我的剑鱼标讯2023」年度总结已经生成,请查收'
           var content = '点击领取你的年度总结'
           var link = this.shareInfo.shareLink + '?source=app_infocontentshare'
           if (shareType === 3) {