[Modify]移除部分无用代码和viewpager改造

This commit is contained in:
wushaocheng
2023-06-05 20:13:38 +08:00
parent 3fadb59a54
commit 64f5ad02e3
258 changed files with 41 additions and 19195 deletions

View File

@@ -120,33 +120,6 @@ public class UriProvider {
return JAVA_WEB_URL.concat("/peko/modules/headNews/index.html?atMe=1");
}
/**
* 创建家族
*
* @return
*/
public static String getCreateFamilyUrl() {
return JAVA_WEB_URL.concat("/peko/modules/family/create.html");
}
/**
* 家族指南
*
* @return
*/
public static String getFamilyInstructionUrl() {
return JAVA_WEB_URL.concat("/peko/modules/family/handbook.html");
}
/**
* 家族币获取帮助
*
* @return
*/
public static String getFamilyCurrencyHelpUrl() {
return JAVA_WEB_URL.concat("/peko/modules/family/faq.html");
}
/**
* 公聊大厅 --> 面壁墙
*