Commit 5dcfbeac authored by nanahira's avatar nanahira

change cdn02 urls to cdntx

parent 61ed9ebc
...@@ -105,8 +105,8 @@ namespace MDPro3 ...@@ -105,8 +105,8 @@ namespace MDPro3
10000020 //天空龙 10000020 //天空龙
}; };
PrereleasePackUrl = "https://cdn02.moecube.com:444/ygopro-super-pre/archive/ygopro-super-pre.ypk"; PrereleasePackUrl = "https://cdntx.moecube.com/ygopro-super-pre/archive/ygopro-super-pre.ypk";
PrereleasePackVersionUrl = "https://cdn02.moecube.com:444/ygopro-super-pre/data/version.txt"; PrereleasePackVersionUrl = "https://cdntx.moecube.com/ygopro-super-pre/data/version.txt";
PrereleasePackUrl_DE = "https://github.com/ElderLich/TransSuperpre/raw/main/DE/ygopro-super-pre.ypk"; PrereleasePackUrl_DE = "https://github.com/ElderLich/TransSuperpre/raw/main/DE/ygopro-super-pre.ypk";
PrereleasePackVersionUrl_DE = "https://github.com/ElderLich/TransSuperpre/raw/main/DE/version.txt"; PrereleasePackVersionUrl_DE = "https://github.com/ElderLich/TransSuperpre/raw/main/DE/version.txt";
...@@ -127,7 +127,7 @@ namespace MDPro3 ...@@ -127,7 +127,7 @@ namespace MDPro3
PrereleasePackUrl_TW = "https://github.com/ElderLich/TransSuperpre/raw/main/ZH-TW/ygopro-super-pre.ypk"; PrereleasePackUrl_TW = "https://github.com/ElderLich/TransSuperpre/raw/main/ZH-TW/ygopro-super-pre.ypk";
PrereleasePackVersionUrl_TW = "https://github.com/ElderLich/TransSuperpre/raw/main/ZH-TW/version.txt"; PrereleasePackVersionUrl_TW = "https://github.com/ElderLich/TransSuperpre/raw/main/ZH-TW/version.txt";
MDPro3VersionUrl = "https://cdn02.moecube.com:444/mdpro3-data/Version.txt"; MDPro3VersionUrl = "https://cdntx.moecube.com/mdpro3-data/Version.txt";
CardRenderPassword = true; CardRenderPassword = true;
SavedCardSize = new int[] { 704, 1024 }; SavedCardSize = new int[] { 704, 1024 };
SavedCardFormat = Program.EXPANSION_JPG; SavedCardFormat = Program.EXPANSION_JPG;
...@@ -141,7 +141,7 @@ namespace MDPro3 ...@@ -141,7 +141,7 @@ namespace MDPro3
private const string JsonPath = "Data/Settings.json"; private const string JsonPath = "Data/Settings.json";
private const string MDPRO3_VERSION_URL_OLD = "https://code.moenext.com/sherry_chaos/MDPro3/-/raw/master/Version.txt"; private const string MDPRO3_VERSION_URL_OLD = "https://code.moenext.com/sherry_chaos/MDPro3/-/raw/master/Version.txt";
private const string MDPRO3_VERSION_URL_FALSE = "https://code.moenext.com/sherry_chaos/MDPro3/-/raw/master/version.txt"; private const string MDPRO3_VERSION_URL_FALSE = "https://code.moenext.com/sherry_chaos/MDPro3/-/raw/master/version.txt";
private const string MDPRO3_VERSION_URL_DEFAULT = "https://cdn02.moecube.com:444/mdpro3-data/Version.txt"; private const string MDPRO3_VERSION_URL_DEFAULT = "https://cdntx.moecube.com/mdpro3-data/Version.txt";
private static SettingData _data; private static SettingData _data;
public static SettingData Data public static SettingData Data
......
...@@ -43,8 +43,8 @@ ...@@ -43,8 +43,8 @@
"FinalAttackSlifer": [ "FinalAttackSlifer": [
10000020 10000020
], ],
"PrereleasePackUrl": "https://cdn02.moecube.com:444/ygopro-super-pre/archive/ygopro-super-pre.ypk", "PrereleasePackUrl": "https://cdntx.moecube.com/ygopro-super-pre/archive/ygopro-super-pre.ypk",
"PrereleasePackVersionUrl": "https://cdn02.moecube.com:444/ygopro-super-pre/data/version.txt", "PrereleasePackVersionUrl": "https://cdntx.moecube.com/ygopro-super-pre/data/version.txt",
"PrereleasePackUrl_DE": "https://github.com/ElderLich/TransSuperpre/raw/main/DE/ygopro-super-pre.ypk", "PrereleasePackUrl_DE": "https://github.com/ElderLich/TransSuperpre/raw/main/DE/ygopro-super-pre.ypk",
"PrereleasePackVersionUrl_DE": "https://github.com/ElderLich/TransSuperpre/raw/main/DE/version.txt", "PrereleasePackVersionUrl_DE": "https://github.com/ElderLich/TransSuperpre/raw/main/DE/version.txt",
"PrereleasePackUrl_EN": "https://github.com/ElderLich/TransSuperpre/raw/main/EN/ygopro-super-pre.ypk", "PrereleasePackUrl_EN": "https://github.com/ElderLich/TransSuperpre/raw/main/EN/ygopro-super-pre.ypk",
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
"PrereleasePackVersionUrl_PT": "https://github.com/ElderLich/TransSuperpre/raw/main/PT/version.txt", "PrereleasePackVersionUrl_PT": "https://github.com/ElderLich/TransSuperpre/raw/main/PT/version.txt",
"PrereleasePackUrl_TW": "https://github.com/ElderLich/TransSuperpre/raw/main/ZH-TW/ygopro-super-pre.ypk", "PrereleasePackUrl_TW": "https://github.com/ElderLich/TransSuperpre/raw/main/ZH-TW/ygopro-super-pre.ypk",
"PrereleasePackVersionUrl_TW": "https://github.com/ElderLich/TransSuperpre/raw/main/ZH-TW/version.txt", "PrereleasePackVersionUrl_TW": "https://github.com/ElderLich/TransSuperpre/raw/main/ZH-TW/version.txt",
"MDPro3VersionUrl": "https://cdn02.moecube.com:444/mdpro3-data/Version.txt", "MDPro3VersionUrl": "https://cdntx.moecube.com/mdpro3-data/Version.txt",
"CardRenderPassword": true, "CardRenderPassword": true,
"SavedCardSize": [ "SavedCardSize": [
704, 704,
...@@ -72,4 +72,4 @@ ...@@ -72,4 +72,4 @@
"SavedCardFormat": ".jpg", "SavedCardFormat": ".jpg",
"BatchMove": true, "BatchMove": true,
"DiySymbol": "DIY by" "DiySymbol": "DIY by"
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment