feat:【Habu Live】替换logo、包名、第三方KEY

This commit is contained in:
Max
2023-11-15 18:14:27 +08:00
parent bdcfb21e6e
commit 9d63a90942
58 changed files with 425 additions and 432 deletions

View File

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

View File

@@ -8,5 +8,5 @@ public class Constants {
public static final int UPLOAD_IMAGE_MAX_SIZE = 2340;
//上传的gif 默认大小不能超过 1MB
public static final int UPLOAD_GIF_MAX_SIZE = 1 << 20;
public static final String GOOGLE = "google_habu";
}