Commit 74ec32cc authored by fallenstardust's avatar fallenstardust

3.12.4 LOG-O

更新对照表
parent 303806ac
...@@ -16,17 +16,25 @@ ...@@ -16,17 +16,25 @@
特别感谢: 尸体233,废话多,大毛, zhuhongbo, JSY1728, 幻兽L 等的支持与努力. 特别感谢: 尸体233,废话多,大毛, zhuhongbo, JSY1728, 幻兽L 等的支持与努力.
</pre> </pre>
<ul> <ul>
<li style="color:#ffff00">3.12.3</li> <li style="color:#ffff00">3.12.4</li>
</ul> </ul>
<pre> <pre>
更新: 更新:
1.更新ygopro内核; 1.更新ygopro内核;
2.新卡1301+T1208+VJ; 2.新卡TTP1+VJ;
3.2025.4 TCG禁卡表; 3.2025.7 OCG禁卡表;
4.版本号升级为1.036.2;
变更: 变更:
1.重启scriptlib::duel_load_script; 1.新增卡组广场功能;
2.修复外部使用带卡组名的卡组码无法直接跳转应用内打开的问题; 2.卡组广场可为分享的卡组点赞;
3.对萌卡新闻站外跳转到浏览器打开; 3.卡组广场可以按卡组名称、贡献者名称查询分享的卡组;
4.卡组广场可根据点赞数,共享时间进行排序;
5.卡组广场支持翻页、跳页功能;
6.卡组广场分享的卡组可加载到卡组编辑;
7.新增卡组云备份功能;
8.通过萌卡账号登录可以进行云备份管理;
9.登录萌卡专页时自动登录云备份;
10.可以将云备份的卡组公开到卡组广场或者隐藏;
</pre> </pre>
<h3 style="color:#ff0000">注意</h3> <h3 style="color:#ff0000">注意</h3>
......
...@@ -9,8 +9,8 @@ android { ...@@ -9,8 +9,8 @@ android {
minSdkVersion 25 minSdkVersion 25
//noinspection ExpiredTargetSdkVersion //noinspection ExpiredTargetSdkVersion
targetSdkVersion 29 targetSdkVersion 29
versionCode 312000004 versionCode 312000005
versionName "3.12.3" versionName "3.12.4"
flavorDimensions "versionCode" flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
ndkVersion "21.3.6528147" ndkVersion "21.3.6528147"
......
...@@ -721,7 +721,20 @@ public interface ComparisonTableUtil { ...@@ -721,7 +721,20 @@ public interface ComparisonTableUtil {
101301077, 101301077,
101301078, 101301078,
101301079, 101301079,
101301080 101301080,
100241001,
100241002,
100241003,
100242001,
100242002,
100242003,
100242024,
100242025,
100242026,
100242057,
100242058,
100242059,
100200273
}; };
int[] newIDsArray = { int[] newIDsArray = {
...@@ -1441,6 +1454,19 @@ public interface ComparisonTableUtil { ...@@ -1441,6 +1454,19 @@ public interface ComparisonTableUtil {
95382988, 95382988,
22377092, 22377092,
58761791, 58761791,
85150300 85150300,
19222426,
46221535,
82616239,
59400890,
85899505,
22283204,
10808715,
58288218,
85672957,
11161666,
57566760,
84550369,
71440209
}; };
} }
\ 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