完成光环前端优化汇总(2020年9月第1周)第8点 https://gitlab.ghzs.com/pm/halo-app-issues/-/issues/993#note_67726

This commit is contained in:
lyr
2020-09-23 11:28:25 +08:00
parent 8e3bcf6b5b
commit 81fc6aa6cb
3 changed files with 20 additions and 11 deletions

View File

@ -332,7 +332,10 @@ public class ShareUtils {
switch (mShareEntrance) {
case plugin:
mSummary += "(光环加速版)";
mTitle += "(光环加速版)_要好玩上光环";
break;
case game:
mTitle += "_要好玩上光环";
break;
case askNormal:
case answerNormal:
@ -374,7 +377,10 @@ public class ShareUtils {
switch (mShareEntrance) {
case plugin:
mSummary += "(光环加速版)";
mTitle += "(光环加速版)_要好玩上光环";
break;
case game:
mTitle += "_要好玩上光环";
break;
case askNormal:
case answerNormal:
@ -482,7 +488,10 @@ public class ShareUtils {
switch (mShareEntrance) {
case plugin:
mSummary += "(光环加速版)";
mTitle += "(光环加速版)_光环助手";
break;
case game:
mTitle += "_光环助手";
break;
case askNormal:
case answerNormal:
@ -530,10 +539,10 @@ public class ShareUtils {
switch (mShareEntrance) {
case plugin:
msg.title = mSummary + "(光环加速版)";
msg.title = mTitle + "(光环加速版)_要好玩上光环";
break;
case game:
msg.title = mSummary;
msg.title = mTitle + "_要好玩上光环";
break;
case askNormal:
case answerNormal:
@ -590,10 +599,10 @@ public class ShareUtils {
smsBody = mTitle + shareUrl;
break;
case plugin:
smsBody = mTitle + mSummary + "(光环加速版)" + shareUrl;
smsBody = "向你推荐:" + mTitle + "(光环加速版)_光环助手" + shareUrl;
break;
case game:
smsBody = mTitle + mSummary + shareUrl;
smsBody = "向你推荐:" + mTitle + "_光环助手" + shareUrl;
break;
case shareGh:
smsBody = "这个App可以下载各种热门卡牌手游的加速版绿色安全超级省心做日常效率提高3-5倍光环助手官网地址" + shareUrl;