feat:修改mob相关KEY

feat:H5路径中peko换为peki
feat:修改默认图
This commit is contained in:
Max
2023-11-10 15:52:26 +08:00
parent 52a6840d7f
commit a2ab0fc15b
27 changed files with 138 additions and 137 deletions

View File

@@ -60,7 +60,7 @@ android {
if (abi == null) {
abi = "universal"
}
outputFileName = "piko_${buildType.name}_v${defaultConfig.versionName}_${abi}_${date}.apk"
outputFileName = "peki_${buildType.name}_v${defaultConfig.versionName}_${abi}_${date}.apk"
}
}
@@ -311,7 +311,7 @@ channel {
outputDir = new File(project.buildDir, "channelapk")
//多渠道包的命名规则,默认为:${appName}-${versionName}-${versionCode}-${flavorName}-${buildType}-${buildTime}
def only64 = onlyArm64 ? "-only64" : ""
apkNameFormat = 'piko-${buildType}only64-${flavorName}-v${versionName}-${buildTime}'.replace("only64", only64)
apkNameFormat = 'peki-${buildType}only64-${flavorName}-v${versionName}-${buildTime}'.replace("only64", only64)
//快速模式生成渠道包时不进行校验速度可以提升10倍以上默认为false
fastMode = false
//buildTime的时间格式默认格式yyyyMMdd-HHmmss

View File

@@ -161,7 +161,7 @@
如果 SDKOptions 中提供了,取 SDKOptions 中的值。
-->
<activity
android:name="com.vele.pekolive.lineapi.LineAuthenticationCallbackActivity"
android:name="fun.piko.live.lineapi.LineAuthenticationCallbackActivity"
android:exported="true"
android:launchMode="singleTask"
android:noHistory="true">
@@ -222,7 +222,7 @@
<activity
android:name="com.pikolive.app.MainActivity"
android:configChanges="orientation|keyboardHidden|screenSize"
android:label="Piko"
android:label="Peki"
android:launchMode="singleTask"
android:screenOrientation="portrait"
android:windowSoftInputMode="adjustPan|stateAlwaysHidden" /> <!-- 配置的service和receiver -->

View File

@@ -108,7 +108,7 @@ public class UIHelper {
public static void showMonsterResult(Context context, String monsterId) {
CommonWebViewActivity.start(context, UriProvider.IM_SERVER_URL +
"/peko/modules/monster/index.html?monsterId=" + monsterId);
"/peki/modules/monster/index.html?monsterId=" + monsterId);
}
public static void showLabelInfoAct(Activity mActivity, int requestCode) {
@@ -132,11 +132,11 @@ public class UIHelper {
*/
public static void showRecommendPosH5(Context context) {
String cardUrl = UriProvider.JAVA_WEB_URL +
"/peko/modules/recommend-card/index.html";
"/peki/modules/recommend-card/index.html";
CommonWebViewActivity.start(context, cardUrl);
}
public static void openContactUs(Context context) {
CommonWebViewActivity.start(context, UriProvider.IM_SERVER_URL + "/peko/modules/contact/contact.html");
CommonWebViewActivity.start(context, UriProvider.IM_SERVER_URL + "/peki/modules/contact/contact.html");
}
}

View File

@@ -279,7 +279,7 @@ public class XChatApplication extends BaseApp {
* 初始化linkedMe
*/
private static void initLinkedMe() {
MobSDK.init(instance, "36b91eeac7469", "63ec0702513aca17e20615dd5dfdc03f");
MobSDK.init(instance, "381f735395211", "5547946de29a5694162c2cf547edc5a7");
MobLink.setRestoreSceneListener(new RestoreSceneListener() {
@Override
public Class<? extends Activity> willRestoreScene(Scene scene) {

View File

@@ -60,7 +60,7 @@ public class MyRecommendCardActivity extends BaseViewBindingActivity<ActivityMyR
@Override
public void performAction(View view) {
CommonWebViewActivity.start(context, UriProvider.JAVA_WEB_URL +
"/peko/modules/recommend-card/help.html");
"/peki/modules/recommend-card/help.html");
}
});
}

View File

@@ -119,7 +119,7 @@ public class RadishRecordActivity extends BaseMvpActivity<IRadishRecordView, Rad
mTitleBar.addAction(new TitleBar.ImageAction(R.mipmap.common_ic_help_white) {
@Override
public void performAction(View view) {
CommonWebViewActivity.start(RadishRecordActivity.this, UriProvider.JAVA_WEB_URL + "/peko/modules/rule/radish.html");
CommonWebViewActivity.start(RadishRecordActivity.this, UriProvider.JAVA_WEB_URL + "/peki/modules/rule/radish.html");
}
});
}

View File

@@ -31,6 +31,6 @@ public class RuleDialog extends BaseBindingDialog<DialogRuleBinding> {
binding.wvRule.setWebViewClient(new WebViewClient());
// 设置Webview的user-agent
binding.wvRule.getSettings().setUserAgentString(binding.wvRule.getSettings().getUserAgentString() + " pekoAppAndroid erbanAppAndroid");
binding.wvRule.loadUrl(UriProvider.JAVA_WEB_URL + "/peko/modules/rule/rule-popup.html");
binding.wvRule.loadUrl(UriProvider.JAVA_WEB_URL + "/peki/modules/rule/rule-popup.html");
}
}

View File

@@ -26,7 +26,7 @@ public static void start(Context context) {
@Override
protected void init() {
initWhiteTitleBar(ResUtil.getString(R.string.ui_patriarch_patriarchmodeactivity_01));
mBinding.tvPlan.setOnClickListener(v -> CommonWebViewActivity.start(PatriarchModeActivity.this, UriProvider.IM_SERVER_URL + "/peko/activity/cleanNet/index.html"));
mBinding.tvPlan.setOnClickListener(v -> CommonWebViewActivity.start(PatriarchModeActivity.this, UriProvider.IM_SERVER_URL + "/peki/activity/cleanNet/index.html"));
mBinding.tvOpen.setOnClickListener(v -> start(PatriarchPwdActivity.class));
mBinding.tvPlan.getPaint().setFlags(Paint.UNDERLINE_TEXT_FLAG); //下划线

View File

@@ -67,7 +67,7 @@ public class ShareDialog extends BottomSheetDialog implements View.OnClickListen
tv_share_link.setOnClickListener(this);
tvLine.setOnClickListener(this);
tvCancel.setOnClickListener(this);
tvFaceBook.setOnClickListener(this);
// tvFaceBook.setOnClickListener(this);
WindowManager windowManager = (WindowManager) context.getSystemService(Context.WINDOW_SERVICE);
Display d = windowManager.getDefaultDisplay();
DisplayMetrics realDisplayMetrics = new DisplayMetrics();

View File

@@ -157,15 +157,15 @@ public class MonsterDialog extends BaseDialog implements View.OnClickListener {
case R.id.tv_msg:
long beforeAppearSeconds = dataBean.getBeforeAppearSeconds();
if (beforeAppearSeconds >= 30) {
CommonWebViewActivity.start(getContext(), UriProvider.IM_SERVER_URL + "/peko/modules/monster/intro.html");
CommonWebViewActivity.start(getContext(), UriProvider.IM_SERVER_URL + "/peki/modules/monster/intro.html");
} else if (beforeAppearSeconds < 30 && beforeAppearSeconds > 15) {
CommonWebViewActivity.start(getContext(), UriProvider.IM_SERVER_URL + "/peko/modules/monster/intro.html");
CommonWebViewActivity.start(getContext(), UriProvider.IM_SERVER_URL + "/peki/modules/monster/intro.html");
} else if (beforeAppearSeconds <= 15) {
AVRoomActivity.start(getContext(), dataBean.getAppearRoomUid());
}
if (dataBean.getMonsterStatus() == MonsterInfo.MONSTER_STATUS_DID_DEAD) {
CommonWebViewActivity.start(getContext(), UriProvider.IM_SERVER_URL +
"/peko/modules/monster/index.html?monsterId=" + dataBean.getMonsterId());
"/peki/modules/monster/index.html?monsterId=" + dataBean.getMonsterId());
}
break;
}

View File

@@ -348,7 +348,7 @@ public class WithdrawActivity extends BaseViewBindingActivity<ActivityWithdrawBi
});
binding.tvWithdrawRule.setOnClickListener(v -> CommonWebViewActivity.start(
context, UriProvider.IM_SERVER_URL + "/peko/modules/guide/output.html"));
context, UriProvider.IM_SERVER_URL + "/peki/modules/guide/output.html"));
//切换类型
binding.tvWithdrawType.setVisibility(View.GONE);

View File

@@ -16,6 +16,6 @@ public class WithdrawRuleActivity extends BaseActivity {
setContentView(R.layout.activity_withdraw_rule);
initTitleBar(ResUtil.getString(R.string.ui_withdraw_withdrawruleactivity_01));
mWebView = (WebView) findViewById(R.id.wv_view);
mWebView.loadUrl(UriProvider.IM_SERVER_URL+"/peko/modules/guide/withdraw.html");
mWebView.loadUrl(UriProvider.IM_SERVER_URL+"/peki/modules/guide/withdraw.html");
}
}

View File

@@ -1,4 +1,4 @@
package com.vele.pekolive.lineapi;
package fun.piko.live.lineapi;
import cn.sharesdk.line.LineHandlerActivity;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -83,6 +83,7 @@
android:drawablePadding="9dp"
android:gravity="center"
android:text="@string/share_facebook"
android:visibility="invisible"
android:textColor="@color/color_999999"
android:textSize="@dimen/font_medium"
app:drawableTopCompat="@drawable/icon_facebook" />

View File

@@ -119,7 +119,7 @@
<string name="text_chat_limit">僅%s或%s的用戶可發起聊天</string>
<string name="room_offline">房主已下線</string>
<string name="root_offline_notice">更多好玩的房間在Piko等您喲!去看看!</string>
<string name="root_offline_notice">更多好玩的房間在Peki等您喲!去看看!</string>
<string name="home">主頁</string>
<string name="back">返回</string>
<string name="fan">粉絲</string>
@@ -131,7 +131,7 @@
<string name="friend">好友</string>
<string name="attention">關註</string>
<string name="no_frenids_text">你還沒有添加任何好友哦! \n快去添加好友吧!</string>
<string name="no_fan_text">你還沒有任何Piko粉絲哦!</string>
<string name="no_fan_text">你還沒有任何Peki粉絲哦!</string>
<string name="my_jewel">我的鉆石余額</string>
<string name="jewel_withdraw">鉆石可以用於提現兌換比率1元=10鉆</string>
<string name="main_home">首頁</string>
@@ -167,7 +167,7 @@
<string name="my_attention">我的關註</string>
<string name="my_fan">我的粉絲</string>
<string name="no_attention_text">你還沒有關註任何Piko好友哦! \n快去添加關註吧!</string>
<string name="no_attention_text">你還沒有關註任何Peki好友哦! \n快去添加關註吧!</string>
<string name="search_hint">搜索昵稱或ID</string>
<string name="search_user_id">搜索用戶ID</string>
<string name="search_room_or_id">搜索房間名稱或ID</string>
@@ -261,7 +261,7 @@
<string name="pk_opponent_result"> 查看對方戰績></string>
<string name="pk_mine_result"> 查看我的戰績></string>
<string name="pk_tip_do_not_give_up">別氣餒Piko永遠支持你哦!</string>
<string name="pk_tip_do_not_give_up">別氣餒Peki永遠支持你哦!</string>
<!--密聊-->
@@ -343,7 +343,7 @@
<string name="car_detail_price_days2">%1$d&#160;&#160;&#160;&#160;有效期%2$d天</string>
<string name="car_user_info_off_shelf">該車輛已下架,無法購買</string>
<string name="car_dialog_content_before">開著你的車,駕著你的馬</string>
<string name="car_dialog_content_after">來Piko盡情馳騁吧!</string>
<string name="car_dialog_content_after">來Peki盡情馳騁吧!</string>
<string name="car_shop_name">座駕商城</string>
<string name="decoration_status_wrapper">%1$s</string>
<string name="decoration_remainder">剩餘</string>
@@ -363,7 +363,7 @@
5 打爆怪獸的獎勵將會隨著怪獸的實力血值增加而增加例如打爆一只血值1000的怪獸將獲得總價不少於1000鉆石的鉆石或者座駕獎勵\n
6 若有疑問請咨詢Piko客服1213490\n
6 若有疑問請咨詢Peki客服1213490\n
</string>
<string name="text_monster_hunting_introduction">·玩法介紹·</string>
<string name="text_ok">確定</string>
@@ -427,7 +427,7 @@
<string name="family_exit_family">退出家族</string>
<string name="family_exit_family_tip">退出家族後您的家族幣將無法使用\n重新加入即可還原,你真的要退出嗎?</string>
<string name="family_invite_friends">邀請好友</string>
<string name="family_invite_friends_slogan">【Piko】 用聲音表達心情,用家族傳承微笑。</string>
<string name="family_invite_friends_slogan">【Peki】 用聲音表達心情,用家族傳承微笑。</string>
<string name="family_join">加入</string>
<string name="family_search_member_hint">搜索成員ID/昵稱 </string>
<string name="family_manage_title">家族管理</string>
@@ -447,7 +447,7 @@
<string name="family_join_valid_hint">加入家族身份驗證</string>
<string name="family_disband">解散家族</string>
<string name="common_tip">提示</string>
<string name="family_disband_tip1">需要聯系客服才能解散家族哦~\nPiko家族客服:%1$s</string>
<string name="family_disband_tip1">需要聯系客服才能解散家族哦~\nPeki家族客服:%1$s</string>
<string name="family_contact_service">聯系客服</string>
<string name="family_join_tip">確認加入"%1$s"嗎?</string>
<string name="family_join_hint">我希望加入貴家族</string>
@@ -539,7 +539,7 @@
<string name="tab_title_friends">好友</string>
<string name="tab_title_attentions">關註</string>
<string name="tab_title_fans">粉絲</string>
<string name="title_share_dialog">每天第一次分享免費領紅包不包含分享至Piko好友)</string>
<string name="title_share_dialog">每天第一次分享免費領紅包不包含分享至Peki好友)</string>
<string name="text_share_erban_friends">好友</string>
<string name="text_share_Google">Google</string>
<string name="tab_title_team"></string>
@@ -565,7 +565,7 @@
<string name="tips_bind_alipay_sms_code">驗證碼將發送至您綁定的手機\"{0}\",請註意查收</string>
<string name="home_more">更多</string>
<string name="text_qq_login_erban_member">我是兔兔老用戶</string>
<string name="text_qq_login_tutu_member">我是Piko新用戶</string>
<string name="text_qq_login_tutu_member">我是Peki新用戶</string>
<string name="text_login">登錄</string>
<string name="text_login_auth_code">授權碼</string>
<string name="text_login_code">驗證碼</string>
@@ -579,7 +579,7 @@
<string name="label_recall_title">親愛的小孩:</string>
<string name="label_recall_content">好久不見,翻起曾經一起度過的時光,期待你再次出現在身旁,謝謝你回來!</string>
<string name="hint_recall_input">請輸入邀請碼(選填)</string>
<string name="tips_recall">輸入邀請碼邀請你加入的好友和你都可以獲得Piko回歸計劃的超級大禮哦!</string>
<string name="tips_recall">輸入邀請碼邀請你加入的好友和你都可以獲得Peki回歸計劃的超級大禮哦!</string>
<string name="label_recall_accept">收下回歸禮</string>
<string name="label_user_info_avatar">頭像:</string>
@@ -665,7 +665,7 @@
<string name="KTV_ing">KTV中…</string>
<string name="common_loading_tips">加載中…</string>
<string name="text_default_nick">Piko小新</string>
<string name="text_default_nick">Peki小新</string>
<string name="text_default_code">請輸入邀請碼(選填)</string>
<string name="text_room_queuing_micro_mode">排麥模式</string>
@@ -836,7 +836,7 @@
<string name="label_charge_gold">我的賬戶</string>
<string name="old_app_name">Piko</string>
<string name="old_app_name">Peki</string>
<string name="tip_login_how_login">如何登錄?</string>
<string name="tip_login_old_account">%s也可登錄%s哦 %s</string>
<string name="me_mentoring_relationship_title">收個徒弟贏鉆石</string>
@@ -1491,7 +1491,7 @@
<string name="avroom_fragment_baseroomfragment_01">房間更新事件</string>
<string name="avroom_fragment_baseroomfragment_02">進入房間事件</string>
<string name="avroom_fragment_baseroomfragment_03">語音房_推廣入口</string>
<string name="avroom_fragment_baseroomfragment_04">發送失敗Piko提醒您文明用語~</string>
<string name="avroom_fragment_baseroomfragment_04">發送失敗Peki提醒您文明用語~</string>
<string name="avroom_fragment_baseroomfragment_05">語音房_公屏發言</string>
<string name="avroom_fragment_baseroomfragment_06">房間榜</string>
<string name="avroom_fragment_baseroomfragment_07">網絡異常,請重試!</string>
@@ -2182,7 +2182,7 @@
<string name="radish_signin_signinactivity_02">本輪已用完補簽機會</string>
<string name="radish_signin_signinactivity_03">分享好友</string>
<string name="radish_signin_signinactivity_04"> 即可獲得補簽機會\n</string>
<string name="radish_signin_signinactivity_05">分享後返回Piko才有效哦~</string>
<string name="radish_signin_signinactivity_05">分享後返回Peki才有效哦~</string>
<string name="radish_signin_signinactivity_06">分享好友</string>
<string name="radish_signin_signinactivity_07">本次補簽需要消耗 </string>
<string name="radish_signin_signinactivity_08">蘿蔔</string>
@@ -2779,8 +2779,8 @@
<string name="ui_widget_maintablayout_04">我的tab</string>
<string name="ui_widget_marqueelayout_01">[liao] 內容字體長度=</string>
<string name="ui_widget_recalldialog_01">親愛的</string>
<string name="ui_widget_sharedialog_01">該內容不能分享給Piko好友</string>
<string name="ui_widget_sharedialog_02">該內容不能分享給Piko好友</string>
<string name="ui_widget_sharedialog_01">該內容不能分享給Peki好友</string>
<string name="ui_widget_sharedialog_02">該內容不能分享給Peki好友</string>
<string name="ui_widget_userinfodialog_01"></string>
<string name="ui_widget_userinfodialog_02">該用戶已不在麥位上,請重新選擇</string>
<string name="ui_widget_userinfodialog_03">已關註Ta</string>
@@ -2942,7 +2942,7 @@
<string name="layout_activity_lucky_money_detail_02">金豆</string>
<string name="layout_activity_lucky_money_detail_03">人名長度要限製在十個字以內</string>
<string name="layout_activity_lucky_money_detail_04">領取12/14個剩餘12.600金豆</string>
<string name="layout_activity_main_01">Piko小新</string>
<string name="layout_activity_main_01">Peki小新</string>
<string name="layout_activity_modify_pwd_01">請輸入當前登錄密碼</string>
<string name="layout_activity_modify_pwd_02">原密碼</string>
<string name="layout_activity_modify_pwd_03">請輸入新的登錄密碼</string>
@@ -3237,8 +3237,8 @@
<string name="layout_dialog_new_user_charge_prize_01">裝扮已放至【我的裝扮】</string>
<string name="layout_dialog_new_user_gift_01">獲得新人禮物 </string>
<string name="layout_dialog_new_user_gift_02">已放入背包,盡快使用吧~</string>
<string name="layout_dialog_new_user_hello_01">Piko可可鴨Piko可...</string>
<string name="layout_dialog_new_user_hello_02">歡迎來到PikoTa已經等待你很\n久啦快來一起玩吧~</string>
<string name="layout_dialog_new_user_hello_01">Peki可可鴨Peki可...</string>
<string name="layout_dialog_new_user_hello_02">歡迎來到PekiTa已經等待你很\n久啦快來一起玩吧~</string>
<string name="layout_dialog_new_user_hello_03">開啟浪漫之旅</string>
<string name="layout_dialog_patriarch_mode_01">青少年保護</string>
<string name="layout_dialog_pk_result_01">拉拉</string>
@@ -3832,7 +3832,7 @@
<string name="layout_popup_message_tip_01">用戶昵稱用戶昵稱稱稱</string>
<string name="layout_popup_message_tip_02">一二三四五六七八</string>
<string name="layout_pull_radish_ranking_list_item_01">我的我的我的我的我我我我我的我的我我我我我我我我</string>
<string name="layout_red_packet_dialog_01">Piko送你一個現金紅包</string>
<string name="layout_red_packet_dialog_01">Peki送你一個現金紅包</string>
<string name="layout_red_packet_dialog_02"></string>
<string name="layout_red_packet_dialog_03">恭喜您獲得</string>
<string name="layout_red_packet_dialog_04">獎勵紅包</string>
@@ -4068,7 +4068,7 @@
<string name="hall_activity_hallnamesettingactivity_03">房間名不能為空</string>
<string name="hall_activity_hallnamesettingactivity_04">房間名不能超過15個字</string>
<string name="hall_activity_hallnamesettingactivity_05">保存成功</string>
<string name="hall_activity_hallsearchactivity_01">搜索昵稱/PikoID</string>
<string name="hall_activity_hallsearchactivity_01">搜索昵稱/PekiID</string>
<string name="hall_activity_incomestatisticsactivity_01">收入統計入口</string>
<string name="hall_activity_incomestatisticsactivity_02">收入統計</string>
<string name="hall_activity_incomestatisticsactivity_03">每日統計</string>
@@ -4165,7 +4165,7 @@
<string name="module_hall_secretcode_pwdcodemgr_06">版本過舊,請下載最新版本哦</string>
<string name="module_hall_secretcode_pwdcodemgr_07">立即加入</string>
<string name="module_hall_secretcode_pwdcodemgr_08">通過暗號加入廳</string>
<string name="module_hall_secretcode_pwdcodemgr_09">添加成員-PikoID</string>
<string name="module_hall_secretcode_pwdcodemgr_09">添加成員-PekiID</string>
<string name="module_hall_secretcode_secretcodedialog_03">有效,過期後重新獲取</string>
<string name="team_activity_createhallteamactivity_01">公開群全站用戶可加入,只能創建</string>
<string name="team_activity_createhallteamactivity_02">個;\n內部群僅廳成員可加入最多創建</string>
@@ -4268,7 +4268,7 @@
<string name="layout_activity_team_info_edit_012">設置禁言</string>
<string name="layout_activity_vip_main_01">即將上線敬請期待</string>
<string name="layout_activity_vip_main_02">尚未開通貴族</string>
<string name="layout_activity_vip_main_03">¥6立刻成為Piko貴族</string>
<string name="layout_activity_vip_main_03">¥6立刻成為Peki貴族</string>
<string name="layout_activity_vip_main_04">當前等級</string>
<string name="layout_activity_vip_main_05">騎士</string>
<string name="layout_activity_vip_main_06">還差:</string>
@@ -4286,8 +4286,8 @@
<string name="layout_dialog_secret_code_02">我是emoji\n我是emoji</string>
<string name="layout_dialog_secret_code_03">7天內(2月18日前)有效,過期後需重新獲取</string>
<string name="layout_dialog_share_secret_code_01">添加成員</string>
<string name="layout_dialog_share_secret_code_02">PikoID添加</string>
<string name="layout_include_user_module_hall_01">Piko女神廳</string>
<string name="layout_dialog_share_secret_code_02">PekiID添加</string>
<string name="layout_include_user_module_hall_01">Peki女神廳</string>
<string name="layout_include_user_module_hall_02">公開群名稱</string>
<string name="layout_item_auth_menu_01">添加成員</string>
<string name="layout_item_auth_setting_01">添加成員權限</string>
@@ -4299,7 +4299,7 @@
<string name="layout_item_clan_income_05">開廳時長</string>
<string name="layout_item_clan_income_06">送禮人數</string>
<string name="layout_item_clan_income_07">新用戶送禮人數</string>
<string name="layout_item_group_list_01">Piko女神</string>
<string name="layout_item_group_list_01">Peki女神</string>
<string name="layout_item_hall_01">忘憂閣忘憂閣忘憂閣忘憂閣</string>
<string name="layout_item_income_01">吉林吉林</string>
<string name="layout_item_income_02">吉林吉林</string>
@@ -4327,7 +4327,7 @@
<string name="mentoring_relationship_activity_mentoringrelationshipactivity_02">去收徒</string>
<string name="mentoring_relationship_activity_mentoringrelationshipactivity_03">名師排行榜</string>
<string name="mentoring_relationship_dialog_grabapprenticesnoticedialog_01">師徒推送-點擊跳轉</string>
<string name="layout_dialog_grab_apprentices_notify_01">Piko:您收到一條收徒消息哦!</string>
<string name="layout_dialog_grab_apprentices_notify_01">Peki:您收到一條收徒消息哦!</string>
<string name="layout_dialog_release_mentoring_relationship_success_01">解除成功!</string>
<string name="layout_item_grab_apprentice_01">啊哈哈哈哈哈哈</string>
<string name="layout_item_mentoring_relationship_results_display_01">啦啦啦啦啦啦啦啦啦啦啊啊啊</string>
@@ -4339,11 +4339,11 @@
<string name="layout_view_holder_apprentice_mission_four_02">小明同學啦啦啦啦</string>
<string name="layout_view_holder_apprentice_mission_four_03">·給他發送拜師函吧·</string>
<string name="layout_view_holder_apprentice_mission_four_04">關註並打招呼</string>
<string name="layout_view_holder_apprentice_mission_four_05">小哥哥你就從了我吧,做我徒弟,以後我們一起浪跡Piko,你是風兒我是沙!</string>
<string name="layout_view_holder_apprentice_mission_four_05">小哥哥你就從了我吧,做我徒弟,以後我們一起浪跡Peki,你是風兒我是沙!</string>
<string name="layout_view_holder_apprentice_mission_one_01">哇哦 終於搶到你~\n這就是緣分吧</string>
<string name="layout_view_holder_apprentice_mission_one_02">小明同學啦啦啦啦</string>
<string name="layout_view_holder_apprentice_mission_one_03">就讓我們從這裏開啟師徒之旅吧!\n你認我做師傅我教你梳中分~</string>
<string name="layout_view_holder_apprentice_mission_one_04">Piko所有問題都可以問Ta哦~</string>
<string name="layout_view_holder_apprentice_mission_one_04">Peki所有問題都可以問Ta哦~</string>
<string name="layout_view_holder_apprentice_mission_three_01">拜師禮物</string>
<string name="layout_view_holder_apprentice_mission_three_02">花花由官方提供,不扣任何鉆石哦!</string>
<string name="layout_view_holder_apprentice_mission_three_03">新人小花</string>
@@ -4673,13 +4673,13 @@
<string name="public_chat_hall_activity_publicchathallrelatedtomeactivity_01">我的消息</string>
<string name="public_chat_hall_activity_publicchathallrelatedtomeactivity_02">我的頭條</string>
<string name="public_chat_hall_fragment_publicchathallmessagefragment_01">進入交友大廳</string>
<string name="public_chat_hall_fragment_publicchathallmessagefragment_02">發送失敗Piko提醒您文明用語~</string>
<string name="public_chat_hall_fragment_publicchathallmessagefragment_03">發送失敗Pieko提醒您文明用語~</string>
<string name="public_chat_hall_fragment_publicchathallmessagefragment_02">發送失敗Peki提醒您文明用語~</string>
<string name="public_chat_hall_fragment_publicchathallmessagefragment_03">發送失敗Peki提醒您文明用語~</string>
<string name="public_chat_hall_fragment_publicchathallmessagefragment_04">送該禮物</string>
<string name="public_chat_hall_fragment_publicchathallmessagefragment_05">公聊大廳</string>
<string name="public_chat_hall_fragment_publicchathallmessagefragment_06">資料卡片-主頁</string>
<string name="public_chat_hall_fragment_publicchathallmessagefragment_07">你已被禁言,剩餘</string>
<string name="public_chat_hall_fragment_publicchathallmessagefragment_08">分鐘。Piko提醒您文明用語</string>
<string name="public_chat_hall_fragment_publicchathallmessagefragment_08">分鐘。Peki提醒您文明用語</string>
<string name="public_chat_hall_fragment_publicchathallmessagefragment_09">我在交友大廳發現好玩的東西!@你了 快點過來看看~</string>
<string name="public_chat_hall_fragment_publicchathallmymessagefragment_01">/@我的</string>
<string name="public_chat_hall_fragment_publicchathallmymessagefragment_02">我發出的</string>
@@ -5103,14 +5103,14 @@
<string name="Member_income">成員收入</string>
<string name="Senior_management_setup">高管設置</string>
<string name="contract_statement">簽約流水</string>
<string name="Welcome_to_piko">Welcome to Piko</string>
<string name="Welcome_to_piko">Welcome to Peki</string>
<string name="facebook_app_id">1266232494209868</string>
<string name="fb_login_protocol_scheme">fb1266232494209868</string>
<string name="facebook_client_token">189d1a90712cc61cedded4cf1372cb21</string>
<string name="account_login">賬號登錄</string>
<string name="code_login">短信登錄</string>
<string name="please_input_piko_account">請輸入Piko賬號</string>
<string name="please_input_piko_account">請輸入Peki賬號</string>
<string name="please_get_code">請獲取驗證碼</string>
<string name="Please_enter_the_authorization_code">請輸入授權碼</string>
<string name="select_your_gender">請選擇您的性別</string>
@@ -5128,7 +5128,7 @@
<string name="buy_love_num">購買%d個愛心</string>
<string name="please_select_or_enter_the_quantity_of_hearts_purchased">請選擇或輸入購買的愛心數量</string>
<string name="how_to_recharge_with_cs">如何儲值:</string>
<string name="tips_cs_recharge">1.在Piko語音App內前往【我的】—【儲值鑽石】進行儲值\n2.聯繁客服獲取儲值鏈接\n客服WeChat: %s 複製\n客服Line: %s 複製\n3.如遇提示"儲值失敗,請聯系客服處理~",請添加客服進行處理</string>
<string name="tips_cs_recharge">1.在Peki語音App內前往【我的】—【儲值鑽石】進行儲值\n2.聯繁客服獲取儲值鏈接\n客服WeChat: %s 複製\n客服Line: %s 複製\n3.如遇提示"儲值失敗,請聯系客服處理~",請添加客服進行處理</string>
<string name="fairy_debris_not_enough_please_buy">可用碎片不足,請購買</string>
<string name="zero">0</string>
<string name="please_input_quantity">輸入數量</string>

View File

@@ -55,42 +55,42 @@ public class UriProvider {
* @return -
*/
public static String getRoomBg() {
return IM_SERVER_URL.concat("/peko/modules/noble/roomBgList.html");
return IM_SERVER_URL.concat("/peki/modules/noble/roomBgList.html");
}
/**
* 贵族介绍页
*/
public static String getNobleIntro() {
return IM_SERVER_URL.concat("/peko/modules/nobles/intro.html");
return IM_SERVER_URL.concat("/peki/modules/nobles/intro.html");
}
/**
* 贵族介绍页
*/
public static String getRanking() {
return IM_SERVER_URL.concat("/peko/modules/rank/index.html#/rank");
return IM_SERVER_URL.concat("/peki/modules/rank/index.html#/rank");
}
/**
* 帮助页
*/
public static String getHelp() {
return IM_SERVER_URL.concat("/peko/modules/rule/guide.html");
return IM_SERVER_URL.concat("/peki/modules/rule/guide.html");
}
/**
* 等级界面
*/
public static String getUserLevelUrl() {
return JAVA_WEB_URL.concat("/peko/modules/level/index.html");
return JAVA_WEB_URL.concat("/peki/modules/level/index.html");
}
/**
* 邀请好友
*/
public static String getShareUrl() {
return JAVA_WEB_URL.concat("/peko/modules/inviteCode/index.html");
return JAVA_WEB_URL.concat("/peki/modules/inviteCode/index.html");
}
@@ -98,7 +98,7 @@ public class UriProvider {
* 等级界面
*/
public static String getUserCharmLevelUrl() {
return JAVA_WEB_URL.concat("/peko/modules/charm/index.html");
return JAVA_WEB_URL.concat("/peki/modules/charm/index.html");
}
@@ -108,7 +108,7 @@ public class UriProvider {
* @return
*/
public static String getErbanTopMessageUrl() {
return JAVA_WEB_URL.concat("/peko/modules/headNews/index.html");
return JAVA_WEB_URL.concat("/peki/modules/headNews/index.html");
}
/**
@@ -117,7 +117,7 @@ public class UriProvider {
* @return
*/
public static String getRelatedToMeHeadLineUrl() {
return JAVA_WEB_URL.concat("/peko/modules/headNews/index.html?atMe=1");
return JAVA_WEB_URL.concat("/peki/modules/headNews/index.html?atMe=1");
}
/**
@@ -126,7 +126,7 @@ public class UriProvider {
* @return
*/
public static String getCreateFamilyUrl() {
return JAVA_WEB_URL.concat("/peko/modules/family/create.html");
return JAVA_WEB_URL.concat("/peki/modules/family/create.html");
}
/**
@@ -135,7 +135,7 @@ public class UriProvider {
* @return
*/
public static String getFamilyInstructionUrl() {
return JAVA_WEB_URL.concat("/peko/modules/family/handbook.html");
return JAVA_WEB_URL.concat("/peki/modules/family/handbook.html");
}
/**
@@ -144,7 +144,7 @@ public class UriProvider {
* @return
*/
public static String getFamilyCurrencyHelpUrl() {
return JAVA_WEB_URL.concat("/peko/modules/family/faq.html");
return JAVA_WEB_URL.concat("/peki/modules/family/faq.html");
}
/**
@@ -153,7 +153,7 @@ public class UriProvider {
* @return
*/
public static String getReportWallUrl() {
return JAVA_WEB_URL.concat("/peko/modules/inform/inform-list.html");
return JAVA_WEB_URL.concat("/peki/modules/inform/inform-list.html");
}
/**
@@ -162,7 +162,7 @@ public class UriProvider {
* @return
*/
public static String getPublicChatHallHelpUrl() {
return JAVA_WEB_URL.concat("/peko/modules/inform/help.html");
return JAVA_WEB_URL.concat("/peki/modules/inform/help.html");
}
/**
@@ -171,7 +171,7 @@ public class UriProvider {
* @return
*/
public static String getUserProtocolUrl() {
return JAVA_WEB_URL.concat("/peko/modules/rule/protocol.html");
return JAVA_WEB_URL.concat("/peki/modules/rule/protocol.html");
}
/**
@@ -180,14 +180,14 @@ public class UriProvider {
* @return
*/
public static String getUserReportUrl() {
return JAVA_WEB_URL.concat("/peko/modules/inform/index.html");
return JAVA_WEB_URL.concat("/peki/modules/inform/index.html");
}
/**
* 话题-说明
*/
public static String getMiniWorldRuleUrl() {
return JAVA_WEB_URL.concat("/peko/modules/world-rule/index.html");
return JAVA_WEB_URL.concat("/peki/modules/world-rule/index.html");
}
/**
@@ -196,7 +196,7 @@ public class UriProvider {
* @return
*/
public static String getTutuRealNamePage() {
return JAVA_WEB_URL.concat("/peko/modules/identity/new.html");
return JAVA_WEB_URL.concat("/peki/modules/identity/new.html");
}
/**
@@ -205,7 +205,7 @@ public class UriProvider {
* @return
*/
public static String getMyIncomeUrl() {
return JAVA_WEB_URL.concat("/peko/modules/myincome/index.html#/MyIncome");
return JAVA_WEB_URL.concat("/peki/modules/myincome/index.html#/MyIncome");
}
/**
@@ -214,7 +214,7 @@ public class UriProvider {
* @return
*/
public static String getRechargeAgreementUrl() {
return JAVA_WEB_URL.concat("/peko/modules/rule/rechargeAgreement.html");
return JAVA_WEB_URL.concat("/peki/modules/rule/rechargeAgreement.html");
}
/**
@@ -223,7 +223,7 @@ public class UriProvider {
* @return
*/
public static String getMentoringRelationshipGuide() {
return JAVA_WEB_URL.concat("/peko/modules/strategy/strategy.html");
return JAVA_WEB_URL.concat("/peki/modules/strategy/strategy.html");
}
/**
@@ -232,11 +232,11 @@ public class UriProvider {
* @return
*/
public static String getMentorRankingList() {
return JAVA_WEB_URL.concat("/peko/modules/strategy/teacher-list.html");
return JAVA_WEB_URL.concat("/peki/modules/strategy/teacher-list.html");
}
public static String getCommnunityNorms() {
return JAVA_WEB_URL.concat("/peko/modules/rule/community-norms.html");
return JAVA_WEB_URL.concat("/peki/modules/rule/community-norms.html");
}
/**
@@ -245,7 +245,7 @@ public class UriProvider {
* @return
*/
public static String getPrivacyAgreement() {
return JAVA_WEB_URL.concat("/peko/modules/rule/privacy-wap.html");
return JAVA_WEB_URL.concat("/peki/modules/rule/privacy-wap.html");
}
public static String getLinkUrl(String linkUrl) {
@@ -259,28 +259,28 @@ public class UriProvider {
* 个人魅力榜
*/
public static String getPersonalCharismaRank() {
return JAVA_WEB_URL.concat("/peko/modules/charm/index.html");
return JAVA_WEB_URL.concat("/peki/modules/charm/index.html");
}
/**
* 宝箱帮助
*/
public static String getBoxHelp() {
return JAVA_WEB_URL.concat("peko/modules/rule/newWishingWellRule.html");
return JAVA_WEB_URL.concat("peki/modules/rule/newWishingWellRule.html");
}
/**
* 宝箱记录
*/
public static String getBoxHistory() {
return JAVA_WEB_URL.concat("/peko/modules/rank/index.html#/newWishingWellRecord");
return JAVA_WEB_URL.concat("/peki/modules/rank/index.html#/newWishingWellRecord");
}
/**
* 获取宝箱钥匙
*/
public static String getBoxKey() {
return JAVA_WEB_URL.concat("/peko/activity/explore/index.html");
return JAVA_WEB_URL.concat("/peki/activity/explore/index.html");
}
/**
@@ -289,7 +289,7 @@ public class UriProvider {
* @return
*/
public static String getRedPacketRule() {
return JAVA_WEB_URL.concat("peko/modules/rule/red-packet-rule.html");
return JAVA_WEB_URL.concat("peki/modules/rule/red-packet-rule.html");
}
@@ -299,7 +299,7 @@ public class UriProvider {
* @return
*/
public static String getDatingRule() {
return JAVA_WEB_URL.concat("/peko/modules/rule/dating.html");
return JAVA_WEB_URL.concat("/peki/modules/rule/dating.html");
}
/**
@@ -308,7 +308,7 @@ public class UriProvider {
* @return
*/
public static String getGameShareUrl() {
return JAVA_WEB_URL.concat("/peko/modules/game/index.html");
return JAVA_WEB_URL.concat("/peki/modules/game/index.html");
}
/**
@@ -317,7 +317,7 @@ public class UriProvider {
* @return
*/
public static String getLinkAccountUrl() {
return JAVA_WEB_URL.concat("/peko/modules/game/bindAccount.html");
return JAVA_WEB_URL.concat("/peki/modules/game/bindAccount.html");
}
/**
@@ -326,7 +326,7 @@ public class UriProvider {
* @return
*/
public static String getLinkRoomUrl() {
return JAVA_WEB_URL.concat("/peko/modules/associateAccount/index.html");
return JAVA_WEB_URL.concat("/peki/modules/associateAccount/index.html");
}
@@ -334,7 +334,7 @@ public class UriProvider {
* 房间排行榜
*/
public static String getRoomRanking() {
return IM_SERVER_URL.concat("/peko/modules/room_rank/index.html?roomUid=" + AvRoomDataManager.get().getRoomUid());
return IM_SERVER_URL.concat("/peki/modules/room_rank/index.html?roomUid=" + AvRoomDataManager.get().getRoomUid());
}
/**
@@ -343,7 +343,7 @@ public class UriProvider {
* @return
*/
public static String getSDKPermissionUrl() {
return JAVA_WEB_URL.concat("/peko/modules/rule/sdk.html");
return JAVA_WEB_URL.concat("/peki/modules/rule/sdk.html");
}
/**
@@ -352,119 +352,119 @@ public class UriProvider {
* @return
*/
public static String getDeivcePermissionUrl() {
return JAVA_WEB_URL.concat("/peko/modules/rule/permissions.html");
return JAVA_WEB_URL.concat("/peki/modules/rule/permissions.html");
}
/**
* 隐私协议-个人信息
*/
public static String getPersonalInfoUrl() {
return JAVA_WEB_URL.concat("/peko/modules/rule/personal-info.html");
return JAVA_WEB_URL.concat("/peki/modules/rule/personal-info.html");
}
/**
* 隐私指引
*/
public static String getPrivacyUrl() {
return JAVA_WEB_URL.concat("/peko/modules/rule/privacy-wap.html");
return JAVA_WEB_URL.concat("/peki/modules/rule/privacy-wap.html");
}
/**
* 贵族中心帮助页
*/
public static String getVipHelpUrl() {
return JAVA_WEB_URL.concat("/peko/modules/rule/introduction-patrician.html");
return JAVA_WEB_URL.concat("/peki/modules/rule/introduction-patrician.html");
}
/**
* 贵族榜
*/
public static String getRankListUrl() {
return JAVA_WEB_URL.concat("/peko/modules/noble/index.html");
return JAVA_WEB_URL.concat("/peki/modules/noble/index.html");
}
/**
* Cp装扮
*/
public static String getCpDecorationUrl() {
return JAVA_WEB_URL.concat("/peko/activity/act-nameplate-cp/index.html");
return JAVA_WEB_URL.concat("/peki/activity/act-nameplate-cp/index.html");
}
/**
* 用户充值协议
*/
public static String getChargeAgreementUrl() {
return JAVA_WEB_URL.concat("/peko/modules/rule/rechargeAgreement.html");
return JAVA_WEB_URL.concat("/peki/modules/rule/rechargeAgreement.html");
}
/**
* 用户注册服务协议
*/
public static String getRegistrationAgreementUrl() {
return JAVA_WEB_URL.concat("/peko/modules/rule/protocol.html");
return JAVA_WEB_URL.concat("/peki/modules/rule/protocol.html");
}
/**
* 直播服务协议
*/
public static String getLiveServiceAgreementUrl() {
return JAVA_WEB_URL.concat("/peko/modules/rule/live-protocol.html");
return JAVA_WEB_URL.concat("/peki/modules/rule/live-protocol.html");
}
/**
* 社区规范
*/
public static String getCommunitySpecificationUrl() {
return JAVA_WEB_URL.concat("/peko/modules/rule/community-norms.html");
return JAVA_WEB_URL.concat("/peki/modules/rule/community-norms.html");
}
/**
* 账号注销协议
*/
public static String getCancellationAgreementUrl() {
return JAVA_WEB_URL.concat("/peko/modules/rule/logout-agreement.html");
return JAVA_WEB_URL.concat("/peki/modules/rule/logout-agreement.html");
}
/**
* 开通粉丝团
*/
public static String getFansTeamOpenUrl(long roomUid) {
return JAVA_WEB_URL.concat("/peko/modules/fans_club/nameplate.html?roomUid=" + roomUid);
return JAVA_WEB_URL.concat("/peki/modules/fans_club/nameplate.html?roomUid=" + roomUid);
}
/**
* 粉丝团排行
*/
public static String getFansTeamRankUrl(long roomUid) {
return JAVA_WEB_URL.concat("/peko/modules/fans_club/fans_rank.html?roomUid=" + roomUid);
return JAVA_WEB_URL.concat("/peki/modules/fans_club/fans_rank.html?roomUid=" + roomUid);
}
/**
* 我的粉丝团
*/
public static String getFansTeamMyFansUrl(long roomUid) {
return JAVA_WEB_URL.concat("/peko/modules/fans_club/myfans.html?roomUid=" + roomUid);
return JAVA_WEB_URL.concat("/peki/modules/fans_club/myfans.html?roomUid=" + roomUid);
}
/**
* 粉丝团规则
*/
public static String getFansTeamRuleUrl() {
return JAVA_WEB_URL.concat("/peko/modules/fans_club/rule.html");
return JAVA_WEB_URL.concat("/peki/modules/fans_club/rule.html");
}
/**
* 个播小时榜
*/
public static String getSingleRoomHourRankUrl(long roomUid) {
return JAVA_WEB_URL.concat("/peko/modules/room_rank/hourRank.html?roomUid=" + roomUid);
return JAVA_WEB_URL.concat("/peki/modules/room_rank/hourRank.html?roomUid=" + roomUid);
}
/**
* 牌照房小时榜
*/
public static String getRoomHourRankUrl(long roomUid) {
return JAVA_WEB_URL.concat("/peko/modules/room_rank/hourRankLicense.html?roomUid=" + roomUid);
return JAVA_WEB_URL.concat("/peki/modules/room_rank/hourRankLicense.html?roomUid=" + roomUid);
}
@@ -472,14 +472,14 @@ public class UriProvider {
* 周星榜
*/
public static String getWeekStarUrl() {
return JAVA_WEB_URL.concat("/peko/modules/weekStar/newWeekStar.html");
return JAVA_WEB_URL.concat("/peki/modules/weekStar/newWeekStar.html");
}
/**
* 幸运礼物说明
*/
public static String getLuckyGiftRule(int giftID) {
return JAVA_WEB_URL.concat("/peko/modules/rule/luckyGiftRule.html?giftID=" + giftID);
return JAVA_WEB_URL.concat("/peki/modules/rule/luckyGiftRule.html?giftID=" + giftID);
}
/**
@@ -488,84 +488,84 @@ public class UriProvider {
* @return
*/
public static String getLiveAgreement() {
return JAVA_WEB_URL.concat("/peko/activity/activemodel/index.html?code=ZBGG");
return JAVA_WEB_URL.concat("/peki/activity/activemodel/index.html?code=ZBGG");
}
/**
* 航海帮助
*/
public static String getRadishHelp() {
return JAVA_WEB_URL.concat("/peko/activity/act-sail/play_explain.html");
return JAVA_WEB_URL.concat("/peki/activity/act-sail/play_explain.html");
}
/**
* 航海记录
*/
public static String getRadishHistory() {
return JAVA_WEB_URL.concat("/peko/activity/act-sail/win_record.html");
return JAVA_WEB_URL.concat("/peki/activity/act-sail/win_record.html");
}
/**
* 获取航海钥匙
*/
public static String getRadishKey() {
return JAVA_WEB_URL.concat("/peko/activity/act-sail/more.html");
return JAVA_WEB_URL.concat("/peki/activity/act-sail/more.html");
}
/**
* 第三方支付
*/
public static String getOfficialPay(int type, String deviceId) {
return JAVA_WEB_URL.concat("/peko/modules/pay/index.html?channelType=" + type + "&deviceId=" + deviceId);
return JAVA_WEB_URL.concat("/peki/modules/pay/index.html?channelType=" + type + "&deviceId=" + deviceId);
}
/**
* 钻石明细
*/
public static String getDiamondDetail() {
return JAVA_WEB_URL.concat("peko/modules/myincome/index.html#/DiamondLog");
return JAVA_WEB_URL.concat("peki/modules/myincome/index.html#/DiamondLog");
}
/**
* 金币明细
*/
public static String getGoldDetail() {
return JAVA_WEB_URL.concat("peko/modules/myincome/index.html#/GoldLog");
return JAVA_WEB_URL.concat("peki/modules/myincome/index.html#/GoldLog");
}
/**
* 提现记录
*/
public static String getWithdrawRecord() {
return JAVA_WEB_URL.concat("peko/modules/myincome/index.html#/GoldLog");
return JAVA_WEB_URL.concat("peki/modules/myincome/index.html#/GoldLog");
}
/**
* 获取夺宝精灵钥匙
*/
public static String getFairyKey() {
return JAVA_WEB_URL.concat("peko/modules/act-treasureSnatching/index.html");
return JAVA_WEB_URL.concat("peki/modules/act-treasureSnatching/index.html");
}
/**
* 夺宝精灵规则
*/
public static String getFairyRule() {
return JAVA_WEB_URL.concat("peko/modules/act-treasureSnatching/rule.html");
return JAVA_WEB_URL.concat("peki/modules/act-treasureSnatching/rule.html");
}
/**
* 夺宝达人
*/
public static String getFairySuperior() {
return JAVA_WEB_URL.concat("peko/modules/act-treasureSnatching/list.html");
return JAVA_WEB_URL.concat("peki/modules/act-treasureSnatching/list.html");
}
/**
* 夺宝记录
*/
public static String getFairyRecord() {
return JAVA_WEB_URL.concat("peko/modules/act-treasureSnatching/record.html");
return JAVA_WEB_URL.concat("peki/modules/act-treasureSnatching/record.html");
}
}

View File

@@ -120,7 +120,7 @@ public class XChatConstants {
/**
* 分享房間 URL
*/
public static final String SHARE_ROOM_URL = "/peko/modules/share_room/index.html?shareUid=";
public static final String SHARE_ROOM_URL = "/peki/modules/share_room/index.html?shareUid=";
/**
* 分享家族文本
@@ -135,7 +135,7 @@ public class XChatConstants {
/**
* 分享家族 URL
*/
public static final String SHARE_FAMILY_URL = "/peko/modules/share/share_family.html";
public static final String SHARE_FAMILY_URL = "/peki/modules/share/share_family.html";
/**
* 分享群組文本
@@ -150,17 +150,17 @@ public class XChatConstants {
/**
* 分享群組 URL
*/
public static final String SHARE_TEAM_URL = "/peko/modules/share/share_family.html";
public static final String SHARE_TEAM_URL = "/peki/modules/share/share_family.html";
/**
* 分享群組 URL
*/
public static final String SHARE_WORLD_DYNAMIC_URL = "/peko/modules/world/share-page/index.html";
public static final String SHARE_WORLD_DYNAMIC_URL = "/peki/modules/world/share-page/index.html";
/**
* 遊戲排行榜 URL
*/
public static final String GAME_ROOK = "/peko/modules/erbanRank/game_rank.html?type=week";
public static final String GAME_ROOK = "/peki/modules/erbanRank/game_rank.html?type=week";
/**
* 系統消息那個用戶的UID
@@ -182,7 +182,7 @@ public class XChatConstants {
/**
* 登錄頁面「如何登錄」對應的 H5 頁面
*/
public static final String LOGIN_ERBAN_ACCOUNT_URL = "/peko/modules/rule/login_tips.html";
public static final String LOGIN_ERBAN_ACCOUNT_URL = "/peki/modules/rule/login_tips.html";
public static final String ROOM_INTRODUCTION = ResUtil.getString(R.string.yizhuan_xchat_android_constants_xchatconstants_08);
public static final String DATING_TIPS_OPEN = ResUtil.getString(R.string.yizhuan_xchat_android_constants_xchatconstants_09);
@@ -248,6 +248,6 @@ public class XChatConstants {
/**
* peko谷歌下载地址
*/
public static String appDownloadUrl = "https://play.google.com/store/apps/details?id=com.vele.pekolive";
public static String appDownloadUrl = "https://play.google.com/store/apps/details?id=fun.piko.live";
}

View File

@@ -1,4 +1,4 @@
<!DOCTYPE resources [<!ENTITY app_name "Piko" >]>
<!DOCTYPE resources [<!ENTITY app_name "Peki" >]>
<resources>
<string name="app_name">&app_name;</string>

View File

@@ -1,8 +1,8 @@
apply plugin: 'com.mob.sdk'
MobSDK {
appKey "36b91eeac7469"
appSecret "63ec0702513aca17e20615dd5dfdc03f"
appKey "381f735395211"
appSecret "5547946de29a5694162c2cf547edc5a7"
appBundleMode true
MobLink {
uriScheme "pekoapp://sharesdk"
@@ -14,8 +14,8 @@ MobSDK {
gui false
devInfo {
Facebook {
appKey "1266232494209868"
appSecret "c9b170b383f8be9cdf118823b8632821"
appKey ""
appSecret ""
callbackUri "https://mob.com"
shareByAppClient true
enable true
@@ -29,8 +29,8 @@ MobSDK {
}
Line {
appId "1657475529"
appSecret "903d014c269d65b827cd32997836e60b"
appId "2001573301"
appSecret "2a0ca3667d085af38151b3c07a2e12a3"
enable true
}
}

View File

@@ -6,7 +6,7 @@
<QZone Enable="false" />
<Renren Enable="false" />
<KaiXin Enable="false" />
<Facebook ShareByAppClient="true" Enable="true" ConsumerKey="1266232494209868" ConsumerSecret="c9b170b383f8be9cdf118823b8632821" RedirectUrl="https://mob.com" />
<Facebook ShareByAppClient="true" Enable="true" ConsumerKey="" ConsumerSecret="" RedirectUrl="https://mob.com" />
<Twitter Enable="false" />
<Evernote Enable="false" />
<FourSquare Enable="false" />
@@ -30,7 +30,7 @@
<Yixin Enable="false" />
<YixinMoments Enable="false" />
<Mingdao Enable="false" />
<Line Enable="true" ChannelID="1657475529" ChannelSecret="903d014c269d65b827cd32997836e60b" />
<Line Enable="true" ChannelID="2001573301" ChannelSecret="2a0ca3667d085af38151b3c07a2e12a3" />
<WhatsApp Enable="false" />
<KakaoTalk Enable="false" />
<KakaoStory Enable="false" />