..
This commit is contained in:
parent
110bc8ba88
commit
2ccda92192
@ -18,7 +18,7 @@ namespace BFEditor.Build
|
||||
private static int VersionCodeRU = 12;
|
||||
private static string VersionNameRU = "0.4.9";
|
||||
BFPlatformOptions platform = BFPlatformOptions.AndroidDev;
|
||||
const string ANDROID_GP_PACKAGE_NAME = "com.fortune.td.game.global";
|
||||
const string ANDROID_GP_PACKAGE_NAME = "com.combo.heroes.puzzle.rpg";
|
||||
|
||||
public BuildProjectWindow()
|
||||
{
|
||||
|
||||
@ -64,7 +64,7 @@ namespace BF
|
||||
|
||||
public partial class BFPlatform
|
||||
{
|
||||
const String LoginCenterURL = "https://entrance.bigfoot-studio.link";
|
||||
const String LoginCenterURL = "https://entrance.wdd817.link";
|
||||
static Dictionary<string, string> BFLoginCenterURLDict = new Dictionary<string, string>()
|
||||
{
|
||||
// dev
|
||||
@ -77,7 +77,7 @@ namespace BF
|
||||
{"com.juzu.b6.release.ios", "http://game.juzugame.com:3000"},
|
||||
|
||||
// gp
|
||||
{"com.combo.heroes.puzzle.rpg", "https://entrance.bigfoot-studio.link"},
|
||||
{"com.combo.heroes.puzzle.rpg", "https://entrance.wdd817.link"},
|
||||
};
|
||||
|
||||
//combine url解析的数据
|
||||
|
||||
@ -42,7 +42,7 @@ namespace BF
|
||||
// 渠道对应的语言配置
|
||||
public static Dictionary<string, BFLanguageInfo> languageInfos = new Dictionary<string, BFLanguageInfo>()
|
||||
{
|
||||
{"com.fortune.td.game.global", new BFLanguageInfo(new List<string>{"en", "cn", "zh", "th", "ru", "id", "vi"})},
|
||||
{"com.juzu.b6.dev", new BFLanguageInfo(new List<string>{"en", "cn", "zh", "th", "ru", "id", "vi"})},
|
||||
{"com.juzu.b6.dev.android", new BFLanguageInfo(new List<string>{"en", "cn", "zh", "th", "ru", "id", "vi"})},
|
||||
{"com.juzu.b6.dev.ios", new BFLanguageInfo(new List<string>{"en", "cn"})},
|
||||
{"com.juzu.b6.release.android", new BFLanguageInfo(new List<string>{"en"})},
|
||||
|
||||
50
BFVersions/android/google_common/launcher/google-services.json
Executable file → Normal file
50
BFVersions/android/google_common/launcher/google-services.json
Executable file → Normal file
@ -1,26 +1,60 @@
|
||||
{
|
||||
"project_info": {
|
||||
"project_number": "22951947163",
|
||||
"project_id": "pull-pull-pull-heroes",
|
||||
"storage_bucket": "pull-pull-pull-heroes.firebasestorage.app"
|
||||
"project_number": "1008416471093",
|
||||
"project_id": "knights-combo",
|
||||
"storage_bucket": "knights-combo.appspot.com"
|
||||
},
|
||||
"client": [
|
||||
{
|
||||
"client_info": {
|
||||
"mobilesdk_app_id": "1:22951947163:android:378ebaf483bc3fb9304f3e",
|
||||
"mobilesdk_app_id": "1:1008416471093:android:121c54160b7045e499d97c",
|
||||
"android_client_info": {
|
||||
"package_name": "com.fortune.td.game.global"
|
||||
"package_name": "com.combo.heroes.puzzle.rpg"
|
||||
}
|
||||
},
|
||||
"oauth_client": [],
|
||||
"oauth_client": [
|
||||
{
|
||||
"client_id": "1008416471093-e1a8gso0q6mpangmi7lltjilfmqeqp6u.apps.googleusercontent.com",
|
||||
"client_type": 1,
|
||||
"android_info": {
|
||||
"package_name": "com.combo.heroes.puzzle.rpg",
|
||||
"certificate_hash": "3d9f0e5ebcb906418204e1a41cd40968a36c71cc"
|
||||
}
|
||||
},
|
||||
{
|
||||
"client_id": "1008416471093-eolgs4t98pog1q3oltg4vh726vpggqbd.apps.googleusercontent.com",
|
||||
"client_type": 1,
|
||||
"android_info": {
|
||||
"package_name": "com.combo.heroes.puzzle.rpg",
|
||||
"certificate_hash": "dd7bea95dbb468b776ad9e979535689371113698"
|
||||
}
|
||||
},
|
||||
{
|
||||
"client_id": "1008416471093-e47s7u8a7v31ulr2f7e9j1mdm9llepum.apps.googleusercontent.com",
|
||||
"client_type": 3
|
||||
}
|
||||
],
|
||||
"api_key": [
|
||||
{
|
||||
"current_key": "AIzaSyAmIdtI6ZwxXfCVILmtZEr9y4CP_e9JpFE"
|
||||
"current_key": "AIzaSyDtkUzjjkNiAZszdepIDIYss0ioNNbjncA"
|
||||
}
|
||||
],
|
||||
"services": {
|
||||
"appinvite_service": {
|
||||
"other_platform_oauth_client": []
|
||||
"other_platform_oauth_client": [
|
||||
{
|
||||
"client_id": "1008416471093-e47s7u8a7v31ulr2f7e9j1mdm9llepum.apps.googleusercontent.com",
|
||||
"client_type": 3
|
||||
},
|
||||
{
|
||||
"client_id": "1008416471093-78jluae6d1tdl8l4qkul3hut7lckd1kc.apps.googleusercontent.com",
|
||||
"client_type": 2,
|
||||
"ios_info": {
|
||||
"bundle_id": "com.combo.heroes.puzzle.rpg",
|
||||
"app_store_id": "6450101181"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user