From 8cc3c660bdaaaa6a46eecadb78e4e9c17a07c227 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 06 五月 2022 18:57:06 +0800 Subject: [PATCH] bug修复 --- app/src/main/java/com/yeshi/makemoney/app/entity/config/SystemConfigKey.java | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/com/yeshi/makemoney/app/entity/config/SystemConfigKey.java b/app/src/main/java/com/yeshi/makemoney/app/entity/config/SystemConfigKey.java index 2b0f195..ec1713d 100644 --- a/app/src/main/java/com/yeshi/makemoney/app/entity/config/SystemConfigKey.java +++ b/app/src/main/java/com/yeshi/makemoney/app/entity/config/SystemConfigKey.java @@ -20,13 +20,21 @@ tencentVerifySMSTemplate(SystemConfigType.system, "鑵捐浜戦獙璇佺爜鐭俊妯℃澘"), testAccount(SystemConfigType.system, "娴嬭瘯璐﹀彿"), appLink(SystemConfigType.system, "搴旂敤浜屽悎涓�閾炬帴"), + androidPushAppCode(SystemConfigType.system, "android鎺ㄩ�佸簲鐢ㄧ紪鐮�"), //杩斿洖缁欏墠绔殑鏁版嵁 kefu(SystemConfigType.common, "瀹㈡湇閾炬帴"), course(SystemConfigType.common, "鏁欑▼閾炬帴"), unRegister(SystemConfigType.common, "娉ㄩ攢閾炬帴"), privacyComplain(SystemConfigType.common, "闅愮鎶曡瘔閾炬帴"), - vipLink(SystemConfigType.common, "浼氬憳閾炬帴"), + helpLink(SystemConfigType.common, "甯姪涓績閾炬帴"), + disclaimerLink(SystemConfigType.common, "鍏嶈矗澹版槑閾炬帴"), + + //骞垮憡閰嶇疆 + splashAd(SystemConfigType.ad, "寮�灞忓箍鍛�"), + rewardAd(SystemConfigType.ad, "婵�鍔辫棰戝箍鍛�"), + exitAppAd(SystemConfigType.ad, "閫�鍑哄簲鐢ㄥ箍鍛�"), + //璧勯噾鐩稿叧閰嶇疆 extractConfig(SystemConfigType.extract, "鎻愮幇閰嶇疆"), @@ -34,7 +42,8 @@ teamFirstDivideRate(SystemConfigType.team, "鍥㈤槦涓�绾у垎鎴愭瘮渚嬶紙0-1锛�"), teamSecondDivideRate(SystemConfigType.team, "鍥㈤槦浜岀骇鍒嗘垚姣斾緥锛�0-1锛�"), //閲戝竵璁剧疆 - signInGoldCorn(SystemConfigType.goldCorn,"杩炵画绛惧埌閲戝竵鍒嗗竷"), + signInGoldCorn(SystemConfigType.goldCorn, "杩炵画绛惧埌閲戝竵鍒嗗竷"), + ; -- Gitblit v1.8.0