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 | 10 +++++++++- 1 files changed, 9 insertions(+), 1 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 5b0ed6e..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 @@ -27,7 +27,14 @@ 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, "鎻愮幇閰嶇疆"), @@ -37,6 +44,7 @@ //閲戝竵璁剧疆 signInGoldCorn(SystemConfigType.goldCorn, "杩炵画绛惧埌閲戝竵鍒嗗竷"), + ; -- Gitblit v1.8.0